Remove leading space from kg/l units for salinity
Change this according to our standard of NOT having a leading space before any unit. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
e16b58ee08
commit
ecd6dcaf6d
@ -217,7 +217,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string> kg/ℓ</string>
|
||||
<string>kg/ℓ</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>1.000000000000000</double>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user