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.
openmw-tes3mp/files/mygui/OpenMWResourcePlugin.xml

31 lines
1014 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<MyGUI>
<MyGUI type="Widgets">
<!-- New widget class definitions -->
<Widget name="VBox">
<Property key="DefaultSkin" value=""/>
<Property key="Skin" value="" group="Plugin" name="VBox"/>
<Property key="Parent" value="true"/>
<Property key="Child" value="true"/>
<Parameter key="Spacing" value="1 int"/>
<Parameter key="Padding" value="1 int"/>
<Parameter key="AutoResize" value="Bool"/>
</Widget>
<Widget name="HBox">
<Property key="DefaultSkin" value=""/>
<Property key="Skin" value="" group="Plugin" name="HBox"/>
<Property key="Parent" value="true"/>
<Property key="Child" value="true"/>
<Parameter key="Spacing" value="1 int"/>
<Parameter key="Padding" value="1 int"/>
<Parameter key="AutoResize" value="Bool"/>
</Widget>
</MyGUI>
<MyGUI type="Plugin">
<Plugin>
<Source>./Plugin_MyGUI_OpenMW_Resources</Source>
<Source build="Debug">./Plugin_MyGUI_OpenMW_Resources_d</Source>
</Plugin>
</MyGUI>
</MyGUI>