53037c25e1
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5869 178a84e3-b1eb-0310-8ba1-8eac791a3b58
21 lines
800 B
Plaintext
21 lines
800 B
Plaintext
<stkgui>
|
|
|
|
<div x="2%" y="10%" width="96%" height="80%" layout="horizontal-row" >
|
|
<div width="50%" height="100%" layout="vertical-row" >
|
|
<icon id="icon" align="center" proportion="8" width="100%" icon="gui/logo.png"/>
|
|
<button id="back" I18N="Addons" text="Back" align="center"/>
|
|
</div>
|
|
<div width="50%" height="100%" layout="vertical-row" >
|
|
<label id="name" width="100%" text="Name:" proportion="1" />
|
|
<label word_wrap="true" id="description" width="100%" text="Description:" proportion="1" />
|
|
<label id="version" width="100%" text="Version:" proportion="1" />
|
|
|
|
<spacer height="25" width="10" />
|
|
|
|
<button id="install" I18N="Addons" text="Install" align="center"/>
|
|
<spacer height="10" width="10" />
|
|
</div>
|
|
</div>
|
|
|
|
</stkgui>
|