Index: README.md
==================================================================
--- README.md
+++ README.md
@@ -2,11 +2,11 @@
You know what was missing with `groff`? A good alternative to TeXstudio. Here we go.
## Screenshot
-![Screenshot](https://i.imgur.com/GNu2M6n.png)
+![Screenshot](https://groff.tuxproject.de/groffstudio-windows.png)
## Features
* Written in Lazarus (Free Pascal).
* Should be cross-platform.
Index: src/groffstudio.lpi
==================================================================
--- src/groffstudio.lpi
+++ src/groffstudio.lpi
@@ -17,15 +17,17 @@
+
+
+
-
-
+
Index: src/groffstudio.lpr
==================================================================
--- src/groffstudio.lpr
+++ src/groffstudio.lpr
@@ -33,11 +33,11 @@
{$R *.res}
begin
RequireDerivedFormResource := True;
- Application.Scaled := True;
+ Application.Scaled:=True;
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;