mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-23 22:53:52 +00:00
33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
<Widget type="Widget" layer="Popup" position="0 0 300 300" name="_Main">
|
|
|
|
<!-- Dynamically constructed tooltip goes here -->
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 300 300" align="Stretch" name="DynamicToolTipBox">
|
|
<Property key="Visible" value="false"/>
|
|
</Widget>
|
|
|
|
<!-- Attribute tooltip -->
|
|
<Widget type="Widget" skin="HUD_Box" position="0 0 300 300" align="Stretch" name="AttributeToolTip">
|
|
<Property key="Visible" value="false"/>
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="8 8 32 32" align="Left Top" name="AttributeImage"/>
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="44 8 252 32" align="Left Top HStretch" name="AttributeName">
|
|
<Property key="TextAlign" value="Left VCenter"/>
|
|
<UserString key="AutoResizeHorizontal" value="true"/>
|
|
</Widget>
|
|
|
|
<Widget type="EditBox" skin="SandText" position="8 44 284 248" align="Left Top Stretch" name="AttributeDescription">
|
|
<Property key="MultiLine" value="true"/>
|
|
<Property key="WordWrap" value="true"/>
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
<UserString key="AutoResizeHorizontal" value="true"/>
|
|
<UserString key="AutoResizeVertical" value="true"/>
|
|
</Widget>
|
|
</Widget>
|
|
|
|
</Widget>
|
|
</MyGUI>
|
|
|