Skip to content

Commit 5678bed

Browse files
committedJun 14, 2014
[composer] Fix alignment of some gui controls
1 parent e0ab079 commit 5678bed

File tree

1 file changed

+13
-22
lines changed

1 file changed

+13
-22
lines changed
 

‎src/ui/qgscompositionwidgetbase.ui

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,7 @@
2323
<property name="spacing">
2424
<number>0</number>
2525
</property>
26-
<property name="leftMargin">
27-
<number>0</number>
28-
</property>
29-
<property name="topMargin">
30-
<number>0</number>
31-
</property>
32-
<property name="rightMargin">
33-
<number>0</number>
34-
</property>
35-
<property name="bottomMargin">
26+
<property name="margin">
3627
<number>0</number>
3728
</property>
3829
<item>
@@ -82,12 +73,6 @@
8273
</property>
8374
<item row="0" column="0">
8475
<widget class="QLabel" name="textLabel3">
85-
<property name="sizePolicy">
86-
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
87-
<horstretch>0</horstretch>
88-
<verstretch>0</verstretch>
89-
</sizepolicy>
90-
</property>
9176
<property name="text">
9277
<string>Presets</string>
9378
</property>
@@ -104,6 +89,12 @@
10489
<property name="enabled">
10590
<bool>true</bool>
10691
</property>
92+
<property name="sizePolicy">
93+
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
94+
<horstretch>0</horstretch>
95+
<verstretch>0</verstretch>
96+
</sizepolicy>
97+
</property>
10798
</widget>
10899
</item>
109100
<item row="1" column="0">
@@ -206,12 +197,6 @@
206197
</item>
207198
<item row="5" column="0">
208199
<widget class="QLabel" name="textLabel7">
209-
<property name="sizePolicy">
210-
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
211-
<horstretch>0</horstretch>
212-
<verstretch>0</verstretch>
213-
</sizepolicy>
214-
</property>
215200
<property name="text">
216201
<string>Orientation</string>
217202
</property>
@@ -271,6 +256,12 @@
271256
</item>
272257
<item row="10" column="0">
273258
<widget class="QCheckBox" name="mGenerateWorldFileCheckBox">
259+
<property name="sizePolicy">
260+
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
261+
<horstretch>0</horstretch>
262+
<verstretch>0</verstretch>
263+
</sizepolicy>
264+
</property>
274265
<property name="text">
275266
<string>World file on</string>
276267
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.