summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-05-14 03:41:24 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-05-14 03:41:24 +0000
commit706e1910e3286dc770ca87ccddac7859c2f3dd39 (patch)
treea27ad3251ddb1b9054f796e09ad7838ce573db92 /src/widgets
parentkeep selected option for calligraphic (diff)
downloadinkscape-706e1910e3286dc770ca87ccddac7859c2f3dd39.tar.gz
inkscape-706e1910e3286dc770ca87ccddac7859c2f3dd39.zip
* src/widgets/toolbox.cpp: Slightly increase size of the
connector toolbar buttons to match button sizes on other toolbars. (bzr r831)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/toolbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 44893b49b..27cc68e25 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -3157,11 +3157,11 @@ sp_connector_toolbox_new(SPDesktop *desktop)
gtk_box_pack_start(GTK_BOX(tbl), gtk_hbox_new(FALSE, 0), FALSE, FALSE,
AUX_BETWEEN_BUTTON_GROUPS);
- sp_toolbox_button_new(tbl, Inkscape::ICON_SIZE_DECORATION,
+ sp_toolbox_button_new(tbl, Inkscape::ICON_SIZE_SMALL_TOOLBAR,
"connector_avoid", GTK_SIGNAL_FUNC(sp_connector_path_set_avoid),
tt, _("Make connectors avoid selected objects"));
- sp_toolbox_button_new(tbl, Inkscape::ICON_SIZE_DECORATION,
+ sp_toolbox_button_new(tbl, Inkscape::ICON_SIZE_SMALL_TOOLBAR,
"connector_ignore", GTK_SIGNAL_FUNC(sp_connector_path_set_ignore),
tt, _("Make connectors ignore selected objects"));