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

« back to all changes in this revision

Viewing changes to src/components/ogre/widgets/adapters/atlas/PositionAdapter.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='DefaultGUISheet' Name='PositionAdapter'>
 
4
                <Property Name='UnifiedPosition' Value='{{0,0},{0,0}}'/>
 
5
                <Property Name='UnifiedSize' Value='{{0,200},{0,25}}'/>
 
6
                <Window Type='EmberLook/Editbox' Name='x'>
 
7
                        <Property Name='UnifiedPosition' Value='{{0,0},{0,0}}'/>
 
8
                        <Property Name='UnifiedSize' Value='{{0,45},{0,25}}'/>
 
9
                </Window>
 
10
                <Window Type='EmberLook/Editbox' Name='y'>
 
11
                        <Property Name='UnifiedPosition' Value='{{0,50},{0,0}}'/>
 
12
                        <Property Name='UnifiedSize' Value='{{0,45},{0,25}}'/>
 
13
                </Window>
 
14
                <Window Type='EmberLook/Editbox' Name='z'>
 
15
                        <Property Name='UnifiedPosition' Value='{{0,100},{0,0}}'/>
 
16
                        <Property Name='UnifiedSize' Value='{{0,45},{0,25}}'/>
 
17
                </Window>
 
18
                <Window Type='EmberLook/Button' Name='moveButton'>
 
19
                        <Property Name='UnifiedPosition' Value='{{0,150},{0,0}}'/>
 
20
                        <Property Name='UnifiedSize' Value='{{0,45},{0,25}}'/>
 
21
                        <Property Name='Text' Value='Move'/>
 
22
                </Window>
 
23
        </Window>
 
24
</GUILayout>
 
 
b'\\ No newline at end of file'