diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-24 11:40:32 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-24 11:40:32 +0000 |
| commit | 9aea36c592ab464aeacaa37527156570b216d81c (patch) | |
| tree | 10cb1dd80a2bfcac8f58d3ada8fa1610774d2cca /src/widgets/gradient-toolbar.cpp | |
| parent | Fix for 1055253 : Statusbar opacity widget is too small (diff) | |
| download | inkscape-9aea36c592ab464aeacaa37527156570b216d81c.tar.gz inkscape-9aea36c592ab464aeacaa37527156570b216d81c.zip | |
Fix for 1052645 : On select toolbar 'lock' button resize icon on clicking
(bzr r11701)
Diffstat (limited to 'src/widgets/gradient-toolbar.cpp')
| -rw-r--r-- | src/widgets/gradient-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-toolbar.cpp b/src/widgets/gradient-toolbar.cpp index 7542e16b3..ea88b96fa 100644 --- a/src/widgets/gradient-toolbar.cpp +++ b/src/widgets/gradient-toolbar.cpp @@ -1231,7 +1231,7 @@ void sp_gradient_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, _("Link gradients"), _("Link gradients to change all related gradients"), INKSCAPE_ICON("object-unlocked"), - secondarySize ); + Inkscape::ICON_SIZE_DECORATION ); g_object_set( itact, "short_label", "Lock", NULL ); g_signal_connect_after( G_OBJECT(itact), "toggled", G_CALLBACK(gr_linked_changed), desktop) ; gtk_action_group_add_action( mainActions, GTK_ACTION(itact) ); |
