mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 20:49:56 +00:00
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>
|
|
|