forked from teamnwah/openmw-tes3coop
13 lines
404 B
XML
13 lines
404 B
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>
|
|
|
|
</Widget>
|
|
</MyGUI>
|
|
|