diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-12-11 14:33:49 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-12-11 14:33:49 +0000 |
| commit | 401349277d025fb736184e014b636027b412d29e (patch) | |
| tree | 017d267e6dc49165119f9e9b4f60f532fa492ea9 /src/widgets/toolbox.cpp | |
| parent | Apply suv patch to handle containers https://bugs.launchpad.net/inkscape/+bug... (diff) | |
| download | inkscape-401349277d025fb736184e014b636027b412d29e.tar.gz inkscape-401349277d025fb736184e014b636027b412d29e.zip | |
Add option to unset 'line-height' (as well as determine where it is set).
(bzr r15321)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -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 1f6cb136c..a3db3c33d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -514,6 +514,7 @@ static gchar const * ui_descr = " <toolitem action='TextFontSizeAction' />" " <toolitem action='TextLineHeightAction' />" " <toolitem action='TextLineHeightUnitsAction' />" + " <toolitem action='TextLineHeightUnsetAction' />" " <separator />" " <toolitem action='TextAlignAction' />" " <separator />" |
