Skip to content

Commit 0b19aab

Browse files
committedNov 15, 2018
Improve a few decoration dialog .ui files
1 parent 1e29878 commit 0b19aab

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed
 

‎src/ui/qgsdecorationgriddialog.ui

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>603</width>
10-
<height>335</height>
10+
<height>365</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -300,6 +300,19 @@
300300
</property>
301301
</widget>
302302
</item>
303+
<item row="10" colspan="2">
304+
<spacer name="verticalSpacer">
305+
<property name="orientation">
306+
<enum>Qt::Vertical</enum>
307+
</property>
308+
<property name="sizeHint" stdset="0">
309+
<size>
310+
<width>20</width>
311+
<height>40</height>
312+
</size>
313+
</property>
314+
</spacer>
315+
</item>
303316
</layout>
304317
<zorder>mOffsetYEdit</zorder>
305318
<zorder>mOffsetXEdit</zorder>

‎src/ui/qgsdecorationscalebardialog.ui

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>565</width>
10-
<height>279</height>
10+
<height>337</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -18,7 +18,7 @@
1818
<normaloff>../../../../../.designer/backup</normaloff>../../../../../.designer/backup</iconset>
1919
</property>
2020
<layout class="QGridLayout" name="gridLayout">
21-
<item row="9" column="0" colspan="3">
21+
<item row="1" column="0">
2222
<widget class="QDialogButtonBox" name="buttonBox">
2323
<property name="orientation">
2424
<enum>Qt::Horizontal</enum>
@@ -28,7 +28,7 @@
2828
</property>
2929
</widget>
3030
</item>
31-
<item row="2" column="0" colspan="3">
31+
<item row="0" column="0">
3232
<widget class="QGroupBox" name="grpEnable">
3333
<property name="sizePolicy">
3434
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
@@ -420,6 +420,19 @@
420420
</property>
421421
</widget>
422422
</item>
423+
<item row="9" colspan="2">
424+
<spacer name="verticalSpacer">
425+
<property name="orientation">
426+
<enum>Qt::Vertical</enum>
427+
</property>
428+
<property name="sizeHint" stdset="0">
429+
<size>
430+
<width>20</width>
431+
<height>40</height>
432+
</size>
433+
</property>
434+
</spacer>
435+
</item>
423436
</layout>
424437
</widget>
425438
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.