stk-code_catmod/data/gui/addons_view_dialog.stkgui

32 lines
1.2 KiB
Plaintext
Raw Normal View History

<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="Size:"/>
<label id="revision" width="100%" text="Version:"/>
</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>