Skip to content

Commit 275a1c3

Browse files
author
timlinux
committed
Small ui tidy ups
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14667 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 601e58d commit 275a1c3

File tree

2 files changed

+29
-35
lines changed

2 files changed

+29
-35
lines changed

src/ui/qgscontinuouscolordialogbase.ui

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,15 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>453</width>
10-
<height>222</height>
9+
<width>256</width>
10+
<height>175</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
1414
<string>Continuous color</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
1717
<item row="0" column="0">
18-
<spacer name="horizontalSpacer_2">
19-
<property name="orientation">
20-
<enum>Qt::Horizontal</enum>
21-
</property>
22-
<property name="sizeHint" stdset="0">
23-
<size>
24-
<width>40</width>
25-
<height>20</height>
26-
</size>
27-
</property>
28-
</spacer>
29-
</item>
30-
<item row="0" column="1">
3118
<widget class="QLabel" name="classvarlabel">
3219
<property name="minimumSize">
3320
<size>
@@ -43,7 +30,7 @@
4330
</property>
4431
</widget>
4532
</item>
46-
<item row="0" column="2">
33+
<item row="0" column="1">
4734
<widget class="QComboBox" name="classificationComboBox">
4835
<property name="minimumSize">
4936
<size>
@@ -53,7 +40,7 @@
5340
</property>
5441
</widget>
5542
</item>
56-
<item row="0" column="3">
43+
<item row="0" column="2">
5744
<spacer name="horizontalSpacer">
5845
<property name="orientation">
5946
<enum>Qt::Horizontal</enum>
@@ -66,7 +53,7 @@
6653
</property>
6754
</spacer>
6855
</item>
69-
<item row="1" column="1">
56+
<item row="1" column="0">
7057
<widget class="QLabel" name="mincolorlabel">
7158
<property name="minimumSize">
7259
<size>
@@ -82,7 +69,7 @@
8269
</property>
8370
</widget>
8471
</item>
85-
<item row="1" column="2">
72+
<item row="1" column="1">
8673
<widget class="QgsColorButton" name="btnMinValue">
8774
<property name="minimumSize">
8875
<size>
@@ -92,7 +79,7 @@
9279
</property>
9380
</widget>
9481
</item>
95-
<item row="2" column="1">
82+
<item row="2" column="0">
9683
<widget class="QLabel" name="maxcolorlabel">
9784
<property name="minimumSize">
9885
<size>
@@ -108,7 +95,7 @@
10895
</property>
10996
</widget>
11097
</item>
111-
<item row="2" column="2">
98+
<item row="2" column="1">
11299
<widget class="QgsColorButton" name="btnMaxValue">
113100
<property name="minimumSize">
114101
<size>
@@ -118,7 +105,7 @@
118105
</property>
119106
</widget>
120107
</item>
121-
<item row="3" column="1">
108+
<item row="3" column="0">
122109
<widget class="QLabel" name="outlinewidthlabel">
123110
<property name="minimumSize">
124111
<size>
@@ -134,17 +121,17 @@
134121
</property>
135122
</widget>
136123
</item>
137-
<item row="3" column="2">
124+
<item row="3" column="1">
138125
<widget class="QDoubleSpinBox" name="outlinewidthspinbox"/>
139126
</item>
140-
<item row="4" column="1" colspan="2">
127+
<item row="4" column="0" colspan="2">
141128
<widget class="QCheckBox" name="cb_polygonOutline">
142129
<property name="text">
143130
<string>Draw polygon outline</string>
144131
</property>
145132
</widget>
146133
</item>
147-
<item row="5" column="1" colspan="2">
134+
<item row="5" column="0" colspan="2">
148135
<spacer name="verticalSpacer">
149136
<property name="orientation">
150137
<enum>Qt::Vertical</enum>

src/ui/qgssinglesymboldialogbase.ui

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>366</width>
10-
<height>470</height>
9+
<width>337</width>
10+
<height>620</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -33,8 +33,8 @@
3333
<rect>
3434
<x>0</x>
3535
<y>0</y>
36-
<width>350</width>
37-
<height>604</height>
36+
<width>335</width>
37+
<height>618</height>
3838
</rect>
3939
</property>
4040
<layout class="QGridLayout" name="gridLayout_5">
@@ -83,9 +83,6 @@
8383
</property>
8484
</widget>
8585
</item>
86-
<item row="2" column="2">
87-
<layout class="QHBoxLayout" name="horizontalLayout"/>
88-
</item>
8986
<item row="0" column="0" colspan="3">
9087
<widget class="QListView" name="lstSymbols">
9188
<property name="sizePolicy">
@@ -246,9 +243,6 @@
246243
<string>Outline options</string>
247244
</property>
248245
<layout class="QHBoxLayout" name="horizontalLayout_3">
249-
<item>
250-
<layout class="QHBoxLayout"/>
251-
</item>
252246
<item>
253247
<widget class="QComboBox" name="cboOutlineStyle">
254248
<property name="sizePolicy">
@@ -395,6 +389,19 @@
395389
</layout>
396390
</widget>
397391
</item>
392+
<item row="6" column="0">
393+
<spacer name="verticalSpacer_2">
394+
<property name="orientation">
395+
<enum>Qt::Vertical</enum>
396+
</property>
397+
<property name="sizeHint" stdset="0">
398+
<size>
399+
<width>20</width>
400+
<height>40</height>
401+
</size>
402+
</property>
403+
</spacer>
404+
</item>
398405
</layout>
399406
</widget>
400407
</widget>

0 commit comments

Comments
 (0)