mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 03:09:41 +00:00
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"/>
|
<Property key="Caption" value="VSync"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
</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">
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 24 24" align="Left Top" name="BorderlessButton">
|
||||||
<UserString key="SettingCategory" value="Video"/>
|
<UserString key="SettingCategory" value="Video"/>
|
||||||
<UserString key="SettingName" value="borderless"/>
|
<UserString key="SettingName" value="borderless"/>
|
||||||
|
@ -249,13 +249,13 @@
|
||||||
<Property key="Caption" value="Borderless"/>
|
<Property key="Caption" value="Borderless"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
</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="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">
|
<Widget type="AutoSizedTextBox" skin="SandText" position="28 4 32 16" align="Left Top">
|
||||||
<Property key="Caption" value="FPS"/>
|
<Property key="Caption" value="FPS"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
</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">
|
<Widget type="AutoSizedButton" skin="MW_Button" position="0 0 24 24" align="Left Top" name="ShadersButton">
|
||||||
<UserString key="SettingCategory" value="Objects"/>
|
<UserString key="SettingCategory" value="Objects"/>
|
||||||
<UserString key="SettingName" value="shaders"/>
|
<UserString key="SettingName" value="shaders"/>
|
||||||
|
@ -265,7 +265,7 @@
|
||||||
<Property key="Caption" value="Object shaders"/>
|
<Property key="Caption" value="Object shaders"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
</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="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">
|
<Widget type="AutoSizedTextBox" skin="SandText" position="28 4 93 16" align="Left Top">
|
||||||
<Property key="Caption" value="Shader mode"/>
|
<Property key="Caption" value="Shader mode"/>
|
||||||
|
|
|
@ -6,7 +6,7 @@ resolution x = 800
|
||||||
resolution y = 600
|
resolution y = 600
|
||||||
|
|
||||||
fullscreen = false
|
fullscreen = false
|
||||||
borderless = true
|
borderless = false
|
||||||
screen = 0
|
screen = 0
|
||||||
|
|
||||||
# Minimize the window if it loses key focus?
|
# Minimize the window if it loses key focus?
|
||||||
|
|
Loading…
Reference in a new issue