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

« back to all changes in this revision

Viewing changes to src/components/ogre/widgets/adapters/atlas/MapAdapterNewElement.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='MapAdapterNewElement'>
 
4
                <Property Name='UnifiedPosition' Value='{{0,0},{0,0}}'/>
 
5
                <Property Name='UnifiedSize' Value='{{1,0},{1,0}}'/>
 
6
                <Window Type='EmberLook/Combobox' Name='ElementName'>
 
7
                        <Property Name='UnifiedPosition' Value='{{0,0},{0,0}}'/>
 
8
                        <Property Name='UnifiedSize' Value='{{0,75},{0,25}}'/>
 
9
                </Window>
 
10
                <Window Type='EmberLook/Combobox' Name='ElementType'>
 
11
                        <Property Name='UnifiedPosition' Value='{{0,75},{0,0}}'/>
 
12
                        <Property Name='UnifiedSize' Value='{{0,75},{0,25}}'/>
 
13
                </Window>
 
14
                <Window Type='EmberLook/Button' Name='NewElementButton'>
 
15
                        <Property Name='UnifiedPosition' Value='{{0,150},{0,0}}'/>
 
16
                        <Property Name='UnifiedSize' Value='{{0,40},{0,20}}'/>
 
17
                        <Property Name='Text' Value='Add'/>
 
18
                </Window>
 
19
        </Window>
 
20
</GUILayout>
 
 
b'\\ No newline at end of file'