stk-code_catmod/data/gui/addons_loading.stkgui
hikerstk 6d2e5fa348 Removed useless 'Status' text from addons_loading gui.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8630 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2011-05-17 12:28:56 +00:00

32 lines
1.2 KiB
Plaintext

<stkgui>
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row">
<label width="100%" id="name" text_align="center"/>
<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" >
<bubble word_wrap="true" id="description" height="100%" width="100%" proportion="1" />
<label id="size" width="100%" text=""/>
<label id="revision" width="100%" text=""/>
</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="" text_align="center" />
</div>
</stkgui>