c1e36b02de
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@13469 178a84e3-b1eb-0310-8ba1-8eac791a3b58
24 lines
804 B
Plaintext
24 lines
804 B
Plaintext
<stkgui>
|
|
|
|
<div x="0%" y="0%" width="100%" height="98%" layout="vertical-row" >
|
|
|
|
<div x="0" y="0" width="100%" layout="horizontal-row" height="8%">
|
|
<icon-button id="back" height="100%" icon="gui/back.png"/>
|
|
<header text_align="center" proportion="1" text="Server Selection" align="center"/>
|
|
</div>
|
|
|
|
<div height="fit" width="100%" layout="horizontal-row" align="center">
|
|
<textbox id="search_box" proportion="1" height="100%"/>
|
|
<spacer width="30" height="10"/>
|
|
<button id="search_button" height="fit" width="fit" text="Search" />
|
|
<spacer width="10" height="10"/>
|
|
</div>
|
|
|
|
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
|
|
<list id="user_list" x="0" y="0" width="100%" height="100%"/>
|
|
</box>
|
|
|
|
</div>
|
|
|
|
</stkgui>
|