mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 00:09:50 +00:00
DispositionEdit tweaks
This commit is contained in:
parent
cca39978d4
commit
397a978145
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
<!-- The disposition bar-->
|
<!-- The disposition bar-->
|
||||||
<Widget type="ProgressBar" skin="MW_EnergyBar_Blue" position="432 8 132 18"
|
<Widget type="ProgressBar" skin="MW_EnergyBar_Blue" position="432 8 132 18"
|
||||||
align="Right Top" name="Disposition">
|
align="Right Top" name="Disposition">
|
||||||
<Widget type="EditBox" skin="MW_DispositionEdit" position_real = "0.25 0 0.5 1" name = "DispositionText"/>
|
<Widget type="EditBox" skin="MW_DispositionEdit" position_real = "0 0 1 1" align="Stretch" name = "DispositionText"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<!-- The list of topics -->
|
<!-- The list of topics -->
|
||||||
<Widget type="ListBox" skin="MW_List" position="432 31 132 328" name="TopicsList" align="Right VStretch">
|
<Widget type="ListBox" skin="MW_List" position="432 31 132 328" name="TopicsList" align="Right VStretch">
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
<Skin name="MW_DispositionEdit" size="0 0 50 50">
|
<Skin name="MW_DispositionEdit" size="0 0 50 50">
|
||||||
<Property key="FontName" value = "MonoFont" />
|
<Property key="FontName" value = "Default" />
|
||||||
<Property key="TextAlign" value = "Left Top" />
|
<Property key="TextAlign" value = "Center" />
|
||||||
<Property key="Colour" value = "0000FF" />
|
<Property key="Colour" value = "0000FF" />
|
||||||
<Property key="Static" value="1" />
|
<Property key="Static" value="1" />
|
||||||
<Property key="WordWrap" value = "true" />
|
<Property key="WordWrap" value = "true" />
|
||||||
<Child type="TextBox" skin="MW_DispEdit" offset="0 0 35 10" align = "ALIGN_STRETCH" name = "Client"/>
|
<Child type="TextBox" skin="MW_DispEdit" offset="0 0 0 -4" align = "ALIGN_STRETCH" name = "Client"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
|
Loading…
Reference in a new issue