~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/widgets/ServerBrowser.layout

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<GUILayout>
 
3
        <Window Type='EmberLook/FrameWindow' Name='MainWindow'>
 
4
                <Property Name='UnifiedSize' Value='{{0.000000,600.000000},{0.000000,400.000000}}'/>
 
5
                <Property Name='UnifiedPosition' Value='{{0.50000,-300.000000},{0.15,0.000000}}'/>
 
6
                <Property Name='SizingEnabled' Value='false'/>
 
7
                <Property Name='Alpha' Value='0.6'/>
 
8
                <Property Name='Text' Value='Server browser'/>
 
9
                <Window Type='DefaultGUISheet' Name='MainInnerWindow'>
 
10
                        <Property Name='UnifiedPosition' Value='{{0.0,4},{0,15}}'/>
 
11
                        <Property Name='UnifiedSize' Value='{{1,-8},{1,-15}}'/>
 
12
                        <Property Name='InheritsAlpha' Value='True'/>
 
13
                        <Window Type='EmberLook/MultiColumnList' Name='ServerList'>
 
14
                                <Property Name='UnifiedPosition' Value='{{0.0,1},{0,0}}'/>
 
15
                                <Property Name='UnifiedSize' Value='{{1.000000,-2.000000},{1.000000,-35.000000}}'/>
 
16
                                <Property Name='InheritsAlpha' Value='true'/>
 
17
                                <Property Name='SelectionMode' Value='RowSingle'/>
 
18
                                <Property Name='ColumnHeader' Value='text:Server Name width:{0.30, 0} id:0'/>
 
19
                                <Property Name='ColumnHeader' Value='text:Ping width:{0.1, 0} id:1'/>
 
20
                                <Property Name='ColumnHeader' Value='text:Clients width:{0.1, 0} id:2'/>
 
21
                                <Property Name='ColumnHeader' Value='text:Ruleset width:{0.1, 0} id:3'/>
 
22
                                <Property Name='ColumnHeader' Value='text:Server type width:{0.15, 0} id:4'/>
 
23
                                <Property Name='ColumnHeader' Value='text:Version width:{0.1, 0} id:5'/>
 
24
                                <Property Name='ColumnHeader' Value='text:Address width:{0.15, 0} id:6'/>
 
25
                        </Window>
 
26
                        <Window Type='EmberLook/Editbox' Name='ManualServerName'>
 
27
                                <Property Name='UnifiedSize' Value='{{0.000000,150.000000},{0.000000,25.000000}}'/>
 
28
                                <Property Name='UnifiedPosition' Value='{{0.000000,0.000000},{1.000000,-30.000000}}'/>
 
29
                                <Property Name='Text' Value=''/>
 
30
                                <Property Name='InheritsAlpha' Value='true'/>
 
31
                        </Window>
 
32
                        <Window Type='EmberLook/Button' Name='Refresh'>
 
33
                                <Property Name='UnifiedSize' Value='{{0.000000,75.000000},{0.000000,25.000000}}'/>
 
34
                                <Property Name='UnifiedPosition' Value='{{1.000000,-160.000000},{1.000000,-30.000000}}'/>
 
35
                                <Property Name='Text' Value='Refresh'/>
 
36
                                <Property Name='InheritsAlpha' Value='True'/>
 
37
                        </Window>
 
38
                        <Window Type='EmberLook/Button' Name='Connect'>
 
39
                                <Property Name='UnifiedSize' Value='{{0.000000,75.000000},{0.000000,25.000000}}'/>
 
40
                                <Property Name='UnifiedPosition' Value='{{1.000000,-80.000000},{1.000000,-30.000000}}'/>
 
41
                                <Property Name='Text' Value='Connect'/>
 
42
                                <Property Name='InheritsAlpha' Value='True'/>
 
43
                        </Window>
 
44
                </Window>
 
45
        </Window>
 
46
</GUILayout>