diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-10-17 13:04:09 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-10-17 13:04:09 +0000 |
| commit | 619f8b5d9173f2bcc9d9aefccee832d686724e79 (patch) | |
| tree | 1894d9cb61971d2118d103ae77ed564ce10a40f9 /src/widgets/toolbox.cpp | |
| parent | [Bug #1627166] Brazilian Portuguese translation for 0.92. (diff) | |
| download | inkscape-619f8b5d9173f2bcc9d9aefccee832d686724e79.tar.gz inkscape-619f8b5d9173f2bcc9d9aefccee832d686724e79.zip | |
Add option to scale mesh to fit in bounding box.
(bzr r15173)
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 c03ca85e6..d3715cf4e 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -572,6 +572,7 @@ static gchar const * ui_descr = " <toolitem action='MeshToggleSidesAction' />" " <toolitem action='MeshMakeEllipticalAction' />" " <toolitem action='MeshPickColorsAction' />" + " <toolitem action='MeshFitInBoundingBoxAction' />" " <separator />" " <toolitem action='MeshWarningAction' />" " <toolitem action='MeshSmoothAction' />" |
