Skip to content

Commit 1a74b0a

Browse files
committed
fix warning
1 parent 4be8baa commit 1a74b0a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/ui/qgsdecorationnortharrowdialog.ui

+7-6
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</property>
3232
<layout class="QGridLayout" name="gridLayout">
3333
<item row="1" column="1">
34-
<widget class="QLabel" name="textLabel1_3_22">
34+
<widget class="QLabel" name="sizeLabel">
3535
<property name="sizePolicy">
3636
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
3737
<horstretch>0</horstretch>
@@ -48,19 +48,19 @@
4848
<property name="suffix">
4949
<string> mm</string>
5050
</property>
51-
<property name="singleStep">
52-
<double>0.5</double>
53-
</property>
5451
<property name="minimum">
5552
<double>0.100000000000000</double>
5653
</property>
5754
<property name="maximum">
5855
<double>9999.000000000000000</double>
5956
</property>
57+
<property name="singleStep">
58+
<double>0.500000000000000</double>
59+
</property>
6060
</widget>
6161
</item>
6262
<item row="2" column="1">
63-
<widget class="QLabel" name="textLabel1_3_22">
63+
<widget class="QLabel" name="svgLabel">
6464
<property name="sizePolicy">
6565
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
6666
<horstretch>0</horstretch>
@@ -99,7 +99,7 @@
9999
</layout>
100100
</item>
101101
<item row="0" column="1">
102-
<widget class="QLabel" name="textLabel1_3_2">
102+
<widget class="QLabel" name="colorLabel">
103103
<property name="sizePolicy">
104104
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
105105
<horstretch>0</horstretch>
@@ -441,4 +441,5 @@
441441
<tabstop>cboxAutomatic</tabstop>
442442
</tabstops>
443443
<resources/>
444+
<connections/>
444445
</ui>

0 commit comments

Comments
 (0)