forked from teamnwah/openmw-tes3coop
disable borderless window by default
fix positioning of the in-game graphics settings
This commit is contained in:
parent
639fbfad0b
commit
ebd384455f
2 changed files with 5 additions and 5 deletions
|
@ -239,7 +239,7 @@
|
|||
<Property key="Caption" value="VSync"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="HBox" skin="" position="182 34 300 24">
|
||||
<Widget type="HBox" skin="" position="182 64 300 24">
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 24 24" align="Left Top" name="BorderlessButton">
|
||||
<UserString key="SettingCategory" value="Video"/>
|
||||
<UserString key="SettingName" value="borderless"/>
|
||||
|
@ -249,13 +249,13 @@
|
|||
<Property key="Caption" value="Borderless"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="HBox" skin="" position="182 64 300 24">
|
||||
<Widget type="HBox" skin="" position="182 94 300 24">
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 24 24" align="Left Top" name="FPSButton"/>
|
||||
<Widget type="AutoSizedTextBox" skin="SandText" position="28 4 32 16" align="Left Top">
|
||||
<Property key="Caption" value="FPS"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="HBox" skin="" position="182 94 300 24">
|
||||
<Widget type="HBox" skin="" position="182 124 300 24">
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 24 24" align="Left Top" name="ShadersButton">
|
||||
<UserString key="SettingCategory" value="Objects"/>
|
||||
<UserString key="SettingName" value="shaders"/>
|
||||
|
@ -265,7 +265,7 @@
|
|||
<Property key="Caption" value="Object shaders"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="HBox" skin="" position="182 124 300 24">
|
||||
<Widget type="HBox" skin="" position="182 154 300 24">
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 24 24" align="Left Top" name="ShaderModeButton"/>
|
||||
<Widget type="AutoSizedTextBox" skin="SandText" position="28 4 93 16" align="Left Top">
|
||||
<Property key="Caption" value="Shader mode"/>
|
||||
|
|
|
@ -6,7 +6,7 @@ resolution x = 800
|
|||
resolution y = 600
|
||||
|
||||
fullscreen = false
|
||||
borderless = true
|
||||
borderless = false
|
||||
screen = 0
|
||||
|
||||
# Minimize the window if it loses key focus?
|
||||
|
|
Loading…
Reference in a new issue