summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c72200c)
raw | patch | inline | side by side (parent: c72200c)
author | mjwybrow <mjwybrow@users.sourceforge.net> | |
Sun, 14 May 2006 03:41:24 +0000 (03:41 +0000) | ||
committer | mjwybrow <mjwybrow@users.sourceforge.net> | |
Sun, 14 May 2006 03:41:24 +0000 (03:41 +0000) |
connector toolbar buttons to match button sizes on other
toolbars.
toolbars.
ChangeLog | patch | blob | history | |
src/widgets/toolbox.cpp | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 0a8cf3e9283b6f91afd7139c53e5f5615944f8bf..f2d8b0dd53436a9523e84eae3ecedfe4f36f86cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-05-14 Michael Wybrow <mjwybrow@users.sourceforge.net>
+
+ * src/widgets/toolbox.cpp: Slightly increase size of the
+ connector toolbar buttons to match button sizes on other
+ toolbars.
+
2006-05-13 verbalshadow <verbalshadow@gmail.com>
* src/dyna-draw-context.cpp, src/desktop-style.cpp,
index 44893b49b6c79a7e58693e7429d689a6b2f60c99..27cc68e25a3e1d02e19f37188cc6c205e51fb7a0 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
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"));