summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-08 16:27:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-08 18:40:11 +0100
commitd0e65716347377628635c053ccb425d6284e3533 (patch)
tree02b9e186282577a295a9fefaa35dd1fdb8ea1f82 /vcl/source/src
parent94956b3b29ae761a793363ec9e9e27fb612d7444 (diff)
add degrees and pixels as known spin field units
Change-Id: I5937843a5c5485f469ef1fb6b5844aa15c33a14d
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/units.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/src/units.src b/vcl/source/src/units.src
index 5bc928d07b03..744d4d339089 100644
--- a/vcl/source/src/units.src
+++ b/vcl/source/src/units.src
@@ -43,6 +43,9 @@ StringArray SV_FUNIT_STRINGS
< "ch" ; FUNIT_CHAR ; > ;
< "line" ; FUNIT_LINE ; > ;
< "%" ; FUNIT_PERCENT ; > ;
+ < " pixels" ; FUNIT_PIXEL ; > ;
+ < " pixel" ; FUNIT_PIXEL ; > ;
+ < "°" ; FUNIT_DEGREE ; > ;
};
};