diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-22 18:44:21 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-22 18:44:21 +0000 |
| commit | d7887bf24bbb703739e56fa9056e1c67d8483b4c (patch) | |
| tree | ff5074a2f4c809c7133c29649d6ccb2972a052f9 /src/widgets/toolbox.cpp | |
| parent | Speed improvements (diff) | |
| download | inkscape-d7887bf24bbb703739e56fa9056e1c67d8483b4c.tar.gz inkscape-d7887bf24bbb703739e56fa9056e1c67d8483b4c.zip | |
Added some widgets from caligraphic tool
(bzr r14865.1.13)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 8113c9619..52b31e4c5 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -499,6 +499,13 @@ static gchar const * ui_descr = " <toolitem action='EraserModeAction' />" " <separator />" " <toolitem action='EraserWidthAction' />" + " <toolitem action='EraserPressureAction' />" + " <separator />" + " <toolitem action='EraserThinningAction' />" + " <separator />" + " <toolitem action='EraserCapRoundingAction' />" + " <separator />" + " <toolitem action='EraserTremorAction' />" " <separator />" " <toolitem action='EraserMassAction' />" " <separator />" |
