stk-code_catmod/data/gui/addons_view_dialog.stkgui
hikerstk a22b948810 Addons now show the size of the package to download.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8371 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-04-18 07:11:12 +00:00

32 lines
1.3 KiB
Plaintext

<stkgui>
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row">
<label width="100%" id="name" text_align="center" text="Name:" proportion="1" />
<div x="5%" y="0%" width="90%" proportion="6" 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" />
</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="size" width="100%" text="Size:" proportion="1" />
<label id="revision" width="100%" text="Version:" proportion="1" />
</div>
</div>
<div width="70%" proportion="1" align="center">
<button id="install" x="0" y="0" width="100%" height="100%" I18N="Addons" text="Install"/>
<progressbar id="progress" x="0" y="20%" width="100%" height="60%" />
</div>
<spacer height="10" />
<button id="cancel" proportion="1" x="5%" width="70%" I18N="Addons" text="Back" align="center"/>
<label id="state" proportion="1" width="100%" text="Status" text_align="center" />
</div>
</stkgui>