2010-08-15 19:57:23 -04:00
|
|
|
<stkgui>
|
|
|
|
|
|
|
|
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
|
|
|
|
|
|
|
<label id="title" width="100%" text_align="center"
|
|
|
|
I18N="In the 'add new player' dialog" text="Enter the new player's name" proportion="1" />
|
|
|
|
|
|
|
|
<spacer height="25" width="10" />
|
|
|
|
|
|
|
|
<textbox id="textfield" width="75%" I18N="In the 'add new player' dialog" align="center"/>
|
|
|
|
|
2011-04-12 11:57:17 -04:00
|
|
|
<spacer height="20" width="20" />
|
2010-08-15 19:57:23 -04:00
|
|
|
|
|
|
|
<!-- TODO: ok button? -->
|
|
|
|
|
|
|
|
<button id="cancel" I18N="When configuring input" text="Press ESC to cancel" align="center"/>
|
|
|
|
|
2011-04-07 19:04:21 -04:00
|
|
|
<spacer height="15" width="20" />
|
2010-08-15 19:57:23 -04:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</stkgui>
|