summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-08 07:40:39 +0000
committerjabiertxof <info@marker.es>2016-05-08 07:40:39 +0000
commitd9c43e3d6f19a2f1102743b61d999b477bba4b9a (patch)
treee77ac36155e0813318be3b9e7641338d86dac733 /src/widgets/toolbox.cpp
parentFixing page transforms (diff)
parentfix-bug-734201. stroke-to-path doesn't scale stroke width used in markers (diff)
downloadinkscape-d9c43e3d6f19a2f1102743b61d999b477bba4b9a.tar.gz
inkscape-d9c43e3d6f19a2f1102743b61d999b477bba4b9a.zip
update to trunk
(bzr r13682.1.40)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 3389f82f9..0697ff0fb 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -127,7 +127,8 @@ Inkscape::IconSize ToolboxFactory::prefToSize( Glib::ustring const &path, int ba
static Inkscape::IconSize sizeChoices[] = {
Inkscape::ICON_SIZE_LARGE_TOOLBAR,
Inkscape::ICON_SIZE_SMALL_TOOLBAR,
- Inkscape::ICON_SIZE_MENU
+ Inkscape::ICON_SIZE_MENU,
+ Inkscape::ICON_SIZE_DIALOG
};
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
int index = prefs->getIntLimited( path, base, 0, G_N_ELEMENTS(sizeChoices) );