mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 12:42:11 +00:00
14 lines
404 B
XML
14 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>
|
|
|