1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
OpenMW/files/mygui/openmw_tooltips.xml

14 lines
404 B
XML
Raw Normal View History

2012-04-14 15:47:44 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Widget" layer="Popup" position="0 0 300 300" name="_Main">
2012-04-14 15:47:44 +00:00
<!-- 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"/>
2012-04-14 15:47:44 +00:00
</Widget>
</Widget>
</MyGUI>