You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
811 B
Plaintext
21 lines
811 B
Plaintext
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<MyGUI type="Layout">
|
||
|
<Widget type="Window" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 600" name="_Main">
|
||
|
|
||
|
<!-- Effect box-->
|
||
|
<Widget type="Widget" skin="MW_Box" position="8 8 268 24" align="Left Top HStretch">
|
||
|
<Widget type="Widget" skin="" position="4 4 260 16" align="Left Top Stretch" name="EffectsBox">
|
||
|
</Widget>
|
||
|
</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">
|
||
13 years ago
|
<Property key="CanvasAlign" value="Left Top"/>
|
||
13 years ago
|
</Widget>
|
||
|
</Widget>
|
||
|
|
||
|
</Widget>
|
||
|
</MyGUI>
|