Increase default window size.
Since 800x600 is smaller that some dialogs now, let's default to a slightly larger size. Existing config/command-line switch to set the size explicitly work as before.
This commit is contained in:
parent
9687784128
commit
bc3aeaafa1
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<trim type="bool">true</trim>
|
||||
</presets>
|
||||
<startup>
|
||||
<xsize type="int" preserve="y">800</xsize>
|
||||
<ysize type="int" preserve="y">600</ysize>
|
||||
<xsize type="int" preserve="y">1024</xsize>
|
||||
<ysize type="int" preserve="y">768</ysize>
|
||||
<splash-screen type="bool">true</splash-screen>
|
||||
<splash-progress type="bool">true</splash-progress>
|
||||
<splash-title>
|
||||
|
|
Loading…
Add table
Reference in a new issue