2016-12-25 03:41:55 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<stkgui>
|
|
|
|
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
|
|
|
<label id="title" raw_text="Text" proportion="1"/>
|
|
|
|
|
|
|
|
<spacer height="25" width="10" />
|
|
|
|
<textbox id="textfield" width="75%" align="center"/>
|
|
|
|
|
|
|
|
<spacer height="20" width="20" />
|
2016-12-25 21:53:14 -05:00
|
|
|
<button id="ok" I18N="In the general textfield dialog" text="OK" align="center" proportion="1"/>
|
2016-12-25 03:41:55 -05:00
|
|
|
|
|
|
|
<spacer height="15" width="20" />
|
2016-12-25 21:53:14 -05:00
|
|
|
<button id="cancel" I18N="In the general textfield dialog" text="Cancel" align="center" proportion="1"/>
|
2016-12-25 03:41:55 -05:00
|
|
|
</div>
|
|
|
|
</stkgui>
|