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 /src/widgets/toolbox.cpp | |
| 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 '')
| -rw-r--r-- | src/widgets/toolbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 72537f727..705c16d1f 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -515,6 +515,7 @@ static gchar const * ui_descr = " <toolitem action='TextSubscriptAction' />" " <separator />" " <toolitem action='TextLineHeightAction' />" + " <toolitem action='TextLineHeightUnitsAction' />" " <toolitem action='TextLetterSpacingAction' />" " <toolitem action='TextWordSpacingAction' />" " <toolitem action='TextDxAction' />" |
