~ubuntu-branches/ubuntu/precise/supertuxkart/precise

« back to all changes in this revision

Viewing changes to data/gui/addons_view_dialog.stkgui

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-24 22:36:25 UTC
  • mfrom: (1.1.9 upstream) (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110224223625-ygrjfpg92obovuch
Tags: 0.7+dfsg1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<stkgui>
 
2
 
 
3
<div x="5%" y="0%" width="90%" height="80%" layout="horizontal-row" >
 
4
    <div width="50%" height="90%" layout="vertical-row" >
 
5
    <spacer height="22%" /> 
 
6
        <icon id="icon" align="center" proportion="8" width="100%" icon="gui/loading.png"/>
 
7
    </div>
 
8
    <div width="50%" height="90%" layout="vertical-row" >
 
9
        <label id="name" width="100%" text="Name:" proportion="1" />
 
10
        <label word_wrap="true" id="description" width="100%" text="Description:" proportion="1" />
 
11
        <label id="version" width="100%" text="Version:" proportion="1" />
 
12
 
 
13
    </div>
 
14
 
 
15
</div>
 
16
 
 
17
<div x="5%" y="80%" width="40%" height="10%" layout="horizontal-row">
 
18
<spacer proportion="1" /> 
 
19
    <button id="cancel" width="70%"  I18N="Addons" text="Back" align="center"/>
 
20
<spacer proportion="1" /> 
 
21
</div>
 
22
<div x="50%" y="80%" width="40%" height="10%" layout="horizontal-row" >
 
23
<spacer proportion="1" /> 
 
24
    <button id="install" width="70%"   I18N="Addons" text="Install" align="center"/>
 
25
<spacer proportion="1" /> 
 
26
</div>
 
27
</stkgui>