Skip to content
Permalink
Browse files
[composer] Add missing mm suffix to grid offset
  • Loading branch information
nyalldawson committed Jun 23, 2014
1 parent 01b3d96 commit 151d1f1
Showing 1 changed file with 4 additions and 1 deletion.
@@ -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>
@@ -372,7 +375,7 @@
<string>y: </string>
</property>
<property name="suffix">
<string/>
<string> mm</string>
</property>
</widget>
</item>

0 comments on commit 151d1f1

Please sign in to comment.