mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Added skin MW_HLine which is used to display a horizintal line separator.
This commit is contained in:
parent
be8f852663
commit
b05236250a
3 changed files with 9 additions and 1 deletions
BIN
extern/mygui_3.0.1/openmw_resources/mwgui.png
vendored
BIN
extern/mygui_3.0.1/openmw_resources/mwgui.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 13 KiB |
|
@ -246,4 +246,11 @@
|
||||||
<Child type="Widget" skin="IB_BL" offset="0 514 2 2" align="ALIGN_BOTTOM ALIGN_LEFT"/>
|
<Child type="Widget" skin="IB_BL" offset="0 514 2 2" align="ALIGN_BOTTOM ALIGN_LEFT"/>
|
||||||
<Child type="Widget" skin="IB_BR" offset="514 514 2 2" align="ALIGN_BOTTOM ALIGN_RIGHT"/>
|
<Child type="Widget" skin="IB_BR" offset="514 514 2 2" align="ALIGN_BOTTOM ALIGN_RIGHT"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
|
<!-- textures/menu_thin_border_top.dds -->
|
||||||
|
<Skin name = "MW_HLine" size = "512 18" texture="mwgui.png">
|
||||||
|
<BasisSkin type="SubSkin" offset = "0 8 512 2" align = "ALIGN_TOP ALIGN_HSTRETCH">
|
||||||
|
<State name="normal" offset = "20 106 512 2"/>
|
||||||
|
</BasisSkin>
|
||||||
|
</Skin>
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
|
|
@ -52,7 +52,8 @@
|
||||||
<Widget type="StaticText" skin="SandTextRight" position="104 130 104 18" name="AttribVal8"/>
|
<Widget type="StaticText" skin="SandTextRight" position="104 130 104 18" name="AttribVal8"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<Widget type="Widget" skin="MW_Box" position="228 8 248 292" align="ALIGN_LEFT ALIGN_VSTRETCH">
|
<!-- Player skills, factions, birthsign and reputation -->
|
||||||
|
<Widget type="Widget" skin="MW_Box" position="228 8 248 292" align="ALIGN_LEFT ALIGN_VSTRETCH" name="Skills">
|
||||||
</Widget>
|
</Widget>
|
||||||
</Widget>
|
</Widget>
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
|
Loading…
Reference in a new issue