Skip to content

Commit

Permalink
48. Main form Position = poScreenCenter
Browse files Browse the repository at this point in the history
Trying to fix Main Form position for multi-monitor setups.
  • Loading branch information
FoxAhead committed Nov 13, 2020
1 parent 464b84f commit 5deeedf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FarCry2MFL_FormMain.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Form1: TForm1
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poDesktopCenter
Position = poScreenCenter
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
Expand Down
4 changes: 2 additions & 2 deletions src/FarCry2MFLauncher.dof
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ AutoIncBuild=1
MajorVer=1
MinorVer=8
Release=0
Build=48
Build=49
Debug=0
PreRelease=0
Special=0
Expand All @@ -126,7 +126,7 @@ CodePage=1252
[Version Info Keys]
CompanyName=
FileDescription=
FileVersion=1.8.0.48
FileVersion=1.8.0.49
InternalName=
LegalCopyright=
LegalTrademarks=
Expand Down
Binary file modified src/FarCry2MFLauncher.res
Binary file not shown.

0 comments on commit 5deeedf

Please sign in to comment.