Skip to content

Commit c095fe9

Browse files
committed
Improve map unit scale dialog title and add descriptive
1 parent c460b21 commit c095fe9

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

src/ui/qgsmapunitscaledialog.ui

+18-9
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,31 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Adjust map unit scales</string>
14+
<string>Adjust scaling range</string>
1515
</property>
1616
<property name="windowIcon">
1717
<iconset resource="../../images/images.qrc">
1818
<normaloff>:/images/themes/default/mActionOptions.png</normaloff>:/images/themes/default/mActionOptions.png</iconset>
1919
</property>
2020
<layout class="QGridLayout" name="gridLayout">
21-
<item row="0" column="0">
21+
<item row="1" column="0">
2222
<widget class="QCheckBox" name="mCheckBoxMaxScale">
2323
<property name="text">
2424
<string>Maximum scale:</string>
2525
</property>
2626
</widget>
2727
</item>
28-
<item row="1" column="0">
28+
<item row="2" column="0">
2929
<widget class="QCheckBox" name="mCheckBoxMinScale">
3030
<property name="text">
3131
<string>Minimum scale:</string>
3232
</property>
3333
</widget>
3434
</item>
35-
<item row="3" column="0" colspan="2">
35+
<item row="1" column="1" colspan="2">
36+
<widget class="QgsScaleComboBox" name="mComboBoxMaxScale"/>
37+
</item>
38+
<item row="4" column="0" colspan="2">
3639
<widget class="QDialogButtonBox" name="mButtonBox">
3740
<property name="orientation">
3841
<enum>Qt::Horizontal</enum>
@@ -42,12 +45,19 @@
4245
</property>
4346
</widget>
4447
</item>
45-
<item row="0" column="1" colspan="2">
46-
<widget class="QgsScaleComboBox" name="mComboBoxMaxScale"/>
47-
</item>
48-
<item row="1" column="1" colspan="2">
48+
<item row="2" column="1" colspan="2">
4949
<widget class="QgsScaleComboBox" name="mComboBoxMinScale"/>
5050
</item>
51+
<item row="0" column="0" colspan="3">
52+
<widget class="QLabel" name="label">
53+
<property name="text">
54+
<string>Scale only within the following map unit scale range:</string>
55+
</property>
56+
<property name="wordWrap">
57+
<bool>true</bool>
58+
</property>
59+
</widget>
60+
</item>
5161
</layout>
5262
</widget>
5363
<customwidgets>
@@ -95,4 +105,3 @@
95105
</connection>
96106
</connections>
97107
</ui>
98-

0 commit comments

Comments
 (0)