b52c905f9e
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@13057 178a84e3-b1eb-0310-8ba1-8eac791a3b58
50 lines
2.5 KiB
Plaintext
50 lines
2.5 KiB
Plaintext
<stkgui>
|
|
<div x="0" y="0" width="100%" height="100%" layout="vertical-row" >
|
|
|
|
<header text_align="center" width="80%" align="center" I18N="In networking lobby" text="Lobby"/>
|
|
<spacer height="15" width="10"/>
|
|
<div proportion="1" x="2%" width="96%" layout="vertical-row">
|
|
<div width="100%" proportion="2" layout="horizontal-row">
|
|
<box id="info" proportion="2" height="100%" layout="vertical-row">
|
|
<label I18N="In networking lobby" word_wrap="true" text="Description about room"
|
|
align="center" text-align="center"/>
|
|
</box>
|
|
<spacer width="20" height="20"/>
|
|
<list id="players" proportion="1" height="100%"/>
|
|
</div>
|
|
|
|
<spacer width="20" height="20"/>
|
|
|
|
<div width="100%" proportion="1" layout="horizontal-row">
|
|
<list id="chat" proportion="2" height="100%"/>
|
|
<spacer width="20" height="20"/>
|
|
<box id="actions" proportion="1" height="100%" layout="vertical-row">
|
|
<label I18N="In networking lobby" word_wrap="true" text="actions" align="center" text-align="center"/>
|
|
</box>
|
|
</div>
|
|
</div>
|
|
|
|
<spacer width="10" height="7%"/>
|
|
|
|
<bottombar x="2%" width="96%" height="10%" layout="horizontal-row">
|
|
<label text_align="left" align="center" height="100%" id="online_status" proportion="1" text=""/>
|
|
|
|
<spacer width="10" height="10" />
|
|
|
|
<buttonbar id="menu_bottomrow" x="0" y="0" width="20%" height="100%" align="center">
|
|
<icon-button id="sign_in" width="64" height="64" icon="gui/main_about.png" extend_label="50"
|
|
I18N="Main menu button" text="Sign In" label_location="hover"/>
|
|
<icon-button id="register" width="64" height="64" icon="gui/tutorial.png" extend_label="75"
|
|
I18N="Main menu button" text="Register" label_location="hover"/>
|
|
<icon-button id="sign_out" width="64" height="64" icon="gui/main_quit.png" extend_label="50"
|
|
I18N="Main menu button" text="Sign Out" label_location="hover"/>
|
|
</buttonbar>
|
|
|
|
</bottombar>
|
|
|
|
</div>
|
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
|
|
|
</stkgui>
|