Skip to content

Commit 28d9c44

Browse files
committedFeb 14, 2017
Tweak dialogs
1 parent 3215173 commit 28d9c44

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed
 

‎src/ui/qgspropertyassistantwidgetbase.ui

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,15 @@
115115
</item>
116116
<item row="1" column="2" rowspan="2">
117117
<widget class="QPushButton" name="computeValuesButton">
118+
<property name="minimumSize">
119+
<size>
120+
<width>24</width>
121+
<height>24</height>
122+
</size>
123+
</property>
118124
<property name="maximumSize">
119125
<size>
120-
<width>20</width>
126+
<width>24</width>
121127
<height>16777215</height>
122128
</size>
123129
</property>

‎src/ui/qgspropertycolorassistantwidget.ui

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,32 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>267</width>
10-
<height>163</height>
9+
<width>285</width>
10+
<height>115</height>
1111
</rect>
1212
</property>
1313
<layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0">
14-
<item row="3" column="0">
14+
<item row="5" column="0">
15+
<spacer name="verticalSpacer">
16+
<property name="orientation">
17+
<enum>Qt::Vertical</enum>
18+
</property>
19+
<property name="sizeHint" stdset="0">
20+
<size>
21+
<width>20</width>
22+
<height>40</height>
23+
</size>
24+
</property>
25+
</spacer>
26+
</item>
27+
<item row="4" column="0">
1528
<widget class="QLabel" name="label_8">
1629
<property name="text">
1730
<string>Color when NULL</string>
1831
</property>
1932
</widget>
2033
</item>
21-
<item row="3" column="1">
34+
<item row="4" column="1">
2235
<widget class="QgsColorButton" name="mNullColorButton">
2336
<property name="sizePolicy">
2437
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
@@ -43,20 +56,7 @@
4356
</property>
4457
</widget>
4558
</item>
46-
<item row="4" column="0">
47-
<spacer name="verticalSpacer">
48-
<property name="orientation">
49-
<enum>Qt::Vertical</enum>
50-
</property>
51-
<property name="sizeHint" stdset="0">
52-
<size>
53-
<width>20</width>
54-
<height>40</height>
55-
</size>
56-
</property>
57-
</spacer>
58-
</item>
59-
<item row="2" column="0" colspan="2">
59+
<item row="2" column="1">
6060
<widget class="QgsColorRampButton" name="mColorRampButton">
6161
<property name="sizePolicy">
6262
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
@@ -78,7 +78,7 @@
7878
</property>
7979
</widget>
8080
</item>
81-
<item row="1" column="0" colspan="2">
81+
<item row="2" column="0">
8282
<widget class="QLabel" name="label">
8383
<property name="text">
8484
<string>Color ramp</string>

0 commit comments

Comments
 (0)
Please sign in to comment.