2014-09-28 15:57:14 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
2022-07-03 16:09:16 +00:00
|
|
|
<Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Debug" name="_Main" align="Stretch">
|
2022-07-04 17:45:44 +00:00
|
|
|
<Property key="Caption" value="#{DebugMenu:DebugWindow}"/>
|
2014-09-28 15:57:14 +00:00
|
|
|
<Property key="Visible" value="false"/>
|
|
|
|
|
|
|
|
<Widget type="Widget" skin="DialogBG" position_real="0 0 1 1" name="Background" align="Stretch">
|
|
|
|
<Property key="Alpha" value="0.5"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="TabControl" skin="TabControl" position_real="0 0 1 1" align="Stretch" name="TabControl">
|
|
|
|
<Property key="ButtonAutoWidth" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|