Small additions from the lost commit. (Also pushed the search files to the server, which apparently I didn't)
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@13489 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
10600e94f9
commit
8e530bd505
@ -21,9 +21,9 @@
|
|||||||
<label height="fit" text_align="left" I18N="Profile friends" text="Look for more friends:"/>
|
<label height="fit" text_align="left" I18N="Profile friends" text="Look for more friends:"/>
|
||||||
<spacer width="10" height="10"/>
|
<spacer width="10" height="10"/>
|
||||||
<div height="fit" width="100%" layout="horizontal-row" align="center">
|
<div height="fit" width="100%" layout="horizontal-row" align="center">
|
||||||
<textbox id="search_box" proportion="1" height="100%"/>
|
<textbox id="search_box" proportion="1" height="fit"/>
|
||||||
<spacer width="10" height="10"/>
|
<spacer width="10" height="10"/>
|
||||||
<button id="search_button" height="fit" width="fit" text="Search" />
|
<button id="search_button" height="100%" width="fit" text="Search" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<spacer width="2%" height="10"/>
|
<spacer width="2%" height="10"/>
|
||||||
|
@ -1,23 +1,22 @@
|
|||||||
<stkgui>
|
<stkgui>
|
||||||
|
<div x="1%" y="0%" width="98%" height="99%" layout="vertical-row" >
|
||||||
<div x="0%" y="0%" width="100%" height="98%" layout="vertical-row" >
|
|
||||||
|
<header text_align="center" height="fit" text="User search" align="center"/>
|
||||||
<div x="0" y="0" width="100%" layout="horizontal-row" height="8%">
|
|
||||||
<icon-button id="back" height="100%" icon="gui/back.png"/>
|
<spacer width="10" height="10"/>
|
||||||
<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" height="fit" proportion="1" height="100%"/>
|
||||||
<div height="fit" width="100%" layout="horizontal-row" align="center">
|
<spacer width="10" height="10"/>
|
||||||
<textbox id="search_box" proportion="1" height="100%"/>
|
<button id="search_button" height="100%" width="fit" text="Search" />
|
||||||
<spacer width="30" height="10"/>
|
</div>
|
||||||
<button id="search_button" height="fit" width="fit" text="Search" />
|
|
||||||
<spacer width="10" height="10"/>
|
<spacer width="10" height="10"/>
|
||||||
|
|
||||||
|
<box proportion="1" width="100%" align="center" layout="vertical-row" padding="6">
|
||||||
|
<list id="user_list" x="0" y="0" width="100%" height="100%"/>
|
||||||
|
</box>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
||||||
<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>
|
</stkgui>
|
||||||
|
Loading…
Reference in New Issue
Block a user