mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 20:45:33 +00:00
Tweak settings window size and encumbrance bar text align
This commit is contained in:
parent
dd14dec8dc
commit
14757a856b
2 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
<MyGUI type="Layout">
|
||||
<Widget type="Window" skin="MW_Window_NoCaption" layer="Windows" position="0 0 400 426" name="_Main">
|
||||
|
||||
<Property key="MinSize" value="400 496"/>
|
||||
<Property key="MaxSize" value="400 496"/>
|
||||
<Property key="MinSize" value="400 446"/>
|
||||
<Property key="MaxSize" value="400 446"/>
|
||||
|
||||
<Widget type="TabControl" skin="TabControl" position="8 8 368 410" align="Left Top" name="SettingsTab">
|
||||
<Widget type="TabControl" skin="TabControl" position="8 8 368 360" align="Left Top" name="SettingsTab">
|
||||
<Property key="ButtonAutoWidth" value="true"/>
|
||||
|
||||
<Widget type="TabItem" skin="" position="4 28 360 312">
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
|
||||
<Skin name="MW_ChargeBar_Blue" size="204 18">
|
||||
<Child type="ProgressBar" skin="MW_Progress_Blue" offset="0 0 204 18" align="Right Top Stretch" name="Bar"/>
|
||||
<Child type="TextBox" skin="SandTextC" offset="0 0 204 18" align="Right Top Stretch" name="BarText"/>
|
||||
<Child type="TextBox" skin="SandTextC" offset="0 2 204 18" align="Right Top Stretch" name="BarText"/>
|
||||
</Skin>
|
||||
|
||||
<Skin name="MW_DynamicStat_Red" size="204 18">
|
||||
|
|
Loading…
Reference in a new issue