2012-05-29 07:02:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2013-02-17 01:56:07 +00:00
|
|
|
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 600" name="_Main">
|
2013-08-09 21:21:25 +00:00
|
|
|
<Property key="MinSize" value="260 250"/>
|
2012-05-29 07:02:22 +00:00
|
|
|
|
|
|
|
<!-- Effect box-->
|
2013-03-03 11:01:19 +00:00
|
|
|
<Widget type="Widget" skin="MW_Box" position="8 8 268 23" align="Left Top HStretch">
|
2013-08-09 21:21:25 +00:00
|
|
|
<Widget type="Widget" skin="" position="2 1 264 20" align="Left Top Stretch" name="EffectsBox"/>
|
2012-05-29 07:02:22 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Spell list -->
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="8 38 268 518" align="Left Top Stretch">
|
|
|
|
<Widget type="ScrollView" skin="MW_ScrollView" position="4 4 260 510" align="Left Top Stretch" name="SpellView">
|
2012-05-29 10:35:03 +00:00
|
|
|
<Property key="CanvasAlign" value="Left Top"/>
|
2012-05-29 07:02:22 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|