Differences From Artifact [326a826cd4]:
- File src/groffstudio.lpr — part of check-in [edf9412b43] at 2024-04-30 12:29:10 on branch trunk — [Feature] The installed Ghostscript version is now displayed in the settings. ... and code formatting (user: Cthulhux, size: 914) [annotate] [blame] [check-ins using]
To Artifact [764ba1a210]:
- File src/groffstudio.lpr — part of check-in [b4c8a6fb9f] at 2024-05-16 00:55:11 on branch trunk — less bad Windows screenshot for README (user: Cthulhux, size: 912) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
31 32 33 34 35 36 37 | Helpers, BuildOutputWindow; {$R *.res} begin RequireDerivedFormResource := True; | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | Helpers, BuildOutputWindow; {$R *.res} begin RequireDerivedFormResource := True; Application.Scaled:=True; Application.Initialize; Application.CreateForm(TMainForm, MainForm); Application.Run; end. |