Removed capping of console window position and size

* for multi-monitor setup, leaving only minimum size of 640x480.
This commit is contained in:
NovaRain
2023-06-29 21:32:32 +08:00
parent 1f962458cd
commit b2023b7e51
2 changed files with 10 additions and 12 deletions
+3 -2
View File
@@ -70,7 +70,7 @@ GraphicsWidth=0
GraphicsHeight=0
;Window position data. Do not modify
;Set to -1 or 0 to reset if the window position is incorrect
;Set to -1 or 0 to reset the window position to the center or top-left corner
WindowData=-1
;Uncomment the option to use a hardware shader (requires DX9 graphics mode)
@@ -888,7 +888,7 @@ AlwaysFindScripts=0
Test_ForceFloats=0
;These options control what output is saved in the debug log (sfall-log.txt)
;Prints messages duing sfall initialization
;Prints messages during sfall initialization
Init=1
;Prints messages relating to hook scripts
Hook=0
@@ -909,6 +909,7 @@ Fixes=1
ConsoleWindow=0b0000
;Console window position and size data. Do not modify
;Clear the data to reset the window position and size
ConsoleWindowData=
;Set the code page for the console window (Default is your system code page)