Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Mar 30, 2018
1 parent 4be8baa commit 1a74b0a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/ui/qgsdecorationnortharrowdialog.ui
Expand Up @@ -31,7 +31,7 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="1">
<widget class="QLabel" name="textLabel1_3_22">
<widget class="QLabel" name="sizeLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
Expand All @@ -48,19 +48,19 @@
<property name="suffix">
<string> mm</string>
</property>
<property name="singleStep">
<double>0.5</double>
</property>
<property name="minimum">
<double>0.100000000000000</double>
</property>
<property name="maximum">
<double>9999.000000000000000</double>
</property>
<property name="singleStep">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="textLabel1_3_22">
<widget class="QLabel" name="svgLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
Expand Down Expand Up @@ -99,7 +99,7 @@
</layout>
</item>
<item row="0" column="1">
<widget class="QLabel" name="textLabel1_3_2">
<widget class="QLabel" name="colorLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
Expand Down Expand Up @@ -441,4 +441,5 @@
<tabstop>cboxAutomatic</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit 1a74b0a

Please sign in to comment.