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:
Stefan Fuchs 2018-01-01 20:19:12 +01:00 committed by Dirk Hohndel
parent e16b58ee08
commit ecd6dcaf6d

View file

@ -217,7 +217,7 @@
</sizepolicy>
</property>
<property name="suffix">
<string> kg/</string>
<string>kg/</string>
</property>
<property name="minimum">
<double>1.000000000000000</double>