Skip to content

Commit

Permalink
[composer] Fix alignment of some gui controls
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 14, 2014
1 parent e0ab079 commit 5678bed
Showing 1 changed file with 13 additions and 22 deletions.
35 changes: 13 additions & 22 deletions src/ui/qgscompositionwidgetbase.ui
Expand Up @@ -23,16 +23,7 @@
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<property name="margin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -82,12 +73,6 @@
</property>
<item row="0" column="0">
<widget class="QLabel" name="textLabel3">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Presets</string>
</property>
Expand All @@ -104,6 +89,12 @@
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0">
Expand Down Expand Up @@ -206,12 +197,6 @@
</item>
<item row="5" column="0">
<widget class="QLabel" name="textLabel7">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Orientation</string>
</property>
Expand Down Expand Up @@ -271,6 +256,12 @@
</item>
<item row="10" column="0">
<widget class="QCheckBox" name="mGenerateWorldFileCheckBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>World file on</string>
</property>
Expand Down

0 comments on commit 5678bed

Please sign in to comment.