Skip to content

Commit

Permalink
[composer] Add missing mm suffix to grid offset
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 23, 2014
1 parent 01b3d96 commit 151d1f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgscompositionwidgetbase.ui
Expand Up @@ -361,6 +361,9 @@
<property name="prefix">
<string>x: </string>
</property>
<property name="suffix">
<string> mm</string>
</property>
<property name="maximum">
<double>9999.000000000000000</double>
</property>
Expand All @@ -372,7 +375,7 @@
<string>y: </string>
</property>
<property name="suffix">
<string/>
<string> mm</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 151d1f1

Please sign in to comment.