forked from teamnwah/openmw-tes3coop
created xml file for the layout; MessageBox class
This commit is contained in:
parent
5bf5bde946
commit
2d93705baa
1 changed files with 10 additions and 0 deletions
10
extern/mygui_3.0.1/openmw_resources/openmw_messagebox_layout.xml
vendored
Normal file
10
extern/mygui_3.0.1/openmw_resources/openmw_messagebox_layout.xml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 491 302" name="_Main">
|
||||
<Widget type="StaticText" skin="HeaderText" position="0 0 162 18" name="message" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Test:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
Loading…
Reference in a new issue