mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
79237d16a7
This should also improve window resizing performance, the widgets are now just resized instead of recreated.
18 lines
661 B
XML
18 lines
661 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 600" name="_Main">
|
|
<Property key="MinSize" value="40 40"/>
|
|
|
|
<!-- Effect box-->
|
|
<Widget type="Widget" skin="MW_Box" position="8 8 268 23" align="Left Top HStretch">
|
|
<Widget type="Widget" skin="" position="2 1 264 20" align="Left Top Stretch" name="EffectsBox"/>
|
|
</Widget>
|
|
|
|
<!-- Spell list -->
|
|
<Widget type="SpellView" skin="MW_SpellView" position="8 38 268 518" align="Left Top Stretch" name="SpellView">
|
|
</Widget>
|
|
|
|
</Widget>
|
|
</MyGUI>
|