Skip to content

Commit

Permalink
Update app logo and centralize main app window
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamimgois committed Mar 24, 2024
1 parent dd0a1ca commit 6a88c34
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 968 deletions.
2 changes: 1 addition & 1 deletion goverlay.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<CompatibilityMode Value="True"/>
</Flags>
<SessionStorage Value="InIDEConfig"/>
<Title Value="GOverlay"/>
<Title Value="Goverlay"/>
<Scaled Value="True"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
Expand Down
2 changes: 1 addition & 1 deletion goverlay.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
begin
RequireDerivedFormResource:=True;
Application.Scaled:=True;
Application.Title:='GOverlay';
Application.Title:='Goverlay';
Application.Initialize;
Application.CreateForm(Tgoverlayform, goverlayform);
Application.CreateForm(TaboutForm, aboutForm);
Expand Down
Loading

0 comments on commit 6a88c34

Please sign in to comment.