1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/files/data/mygui/openmw_debug_window.layout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
635 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Window" skin="MW_Window" position="0 0 400 400" layer="Debug" name="_Main" align="Stretch">
2022-12-22 17:53:49 +00:00
<Property key="Caption" value="#{OMWEngine:DebugWindow}"/>
<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>