From 706e1910e3286dc770ca87ccddac7859c2f3dd39 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Sun, 14 May 2006 03:41:24 +0000 Subject: * src/widgets/toolbox.cpp: Slightly increase size of the connector toolbar buttons to match button sizes on other toolbars. (bzr r831) --- src/widgets/toolbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/toolbox.cpp') 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")); -- cgit v1.2.3