diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-03-22 13:56:36 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-03-22 13:56:36 +0000 |
| commit | 4cce40a79ab973a3609cd5ee7666673bc2337fef (patch) | |
| tree | b2f2ccbc21c94eb5d0d0c5e377473dd4ec04106d /share | |
| parent | Reverting 14701. (diff) | |
| download | inkscape-4cce40a79ab973a3609cd5ee7666673bc2337fef.tar.gz inkscape-4cce40a79ab973a3609cd5ee7666673bc2337fef.zip | |
Add line-height unit selector to text toolbar.
Remove 'm' and 'ft' non-CSS lengths.
(bzr r14716.1.3)
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/units.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/share/ui/units.xml b/share/ui/units.xml index 364515679..713a538d7 100644 --- a/share/ui/units.xml +++ b/share/ui/units.xml @@ -49,20 +49,6 @@ <factor>37.79527559055119</factor> <description>Centimeters (10 mm/cm)</description> </unit> -<unit type="LINEAR" pri="n"> - <name>meter</name> - <plural>meters</plural> - <abbr>m</abbr> - <factor>3779.527559055119</factor> - <description>Meters (100 cm/m)</description> -</unit> -<unit type="LINEAR" pri="n"> - <name>foot</name> - <plural>feet</plural> - <abbr>ft</abbr> - <factor>1152</factor> - <description>Feet (12 in/ft)</description> -</unit> <unit type="RADIAL" pri="y"> <name>degree</name> <plural>degrees</plural> |
