Skip to content

Commit 151d1f1

Browse files
committed
[composer] Add missing mm suffix to grid offset
1 parent 01b3d96 commit 151d1f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ui/qgscompositionwidgetbase.ui

+4-1
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,9 @@
361361
<property name="prefix">
362362
<string>x: </string>
363363
</property>
364+
<property name="suffix">
365+
<string> mm</string>
366+
</property>
364367
<property name="maximum">
365368
<double>9999.000000000000000</double>
366369
</property>
@@ -372,7 +375,7 @@
372375
<string>y: </string>
373376
</property>
374377
<property name="suffix">
375-
<string/>
378+
<string> mm</string>
376379
</property>
377380
</widget>
378381
</item>

0 commit comments

Comments
 (0)