dbe6395c1e
to hide more pthread calls. 2) Started to work on screen layout. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7401 178a84e3-b1eb-0310-8ba1-8eac791a3b58
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
<stkgui>
|
|
|
|
<div x="5%" width="90%" height="90%" layout="vertical-row">
|
|
<label x="0" width="100%" id="name" align="center" width="100%" text="Name:" proportion="1" />
|
|
<div x="5%" y="0%" width="90%" height="80%" layout="horizontal-row" >
|
|
<div width="50%" height="100%" layout="vertical-row" >
|
|
<icon id="icon" align="center" proportion="8" width="100%" icon="gui/loading.png"/>
|
|
<spacer proportion="1" />
|
|
<button id="install" width="70%" I18N="Addons" text="Install" align="center"/>
|
|
</div>
|
|
<spacer proportion="1" />
|
|
<div width="50%" height="100%" layout="vertical-row" >
|
|
<label word_wrap="true" id="description" width="100%" text="Description:" proportion="1" />
|
|
<label id="version" width="100%" text="Version:" proportion="1" />
|
|
<spacer proportion="1" />
|
|
<button id="cancel" width="70%" I18N="Addons" text="Back" align="center"/>
|
|
</div>
|
|
</div>
|
|
<spacer proportion="1" />
|
|
<progressbar id="progress" width="100%" height="35"/>
|
|
</div>
|
|
</stkgui>
|