summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-04-25 17:04:58 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-04-25 17:06:01 -0400
commitf6dc5f319fb79203bd7645e49420d2a4b57c0373 (patch)
tree27cd92543cc1c4648f848e84096af1f22dfc42ea
parent3cf09dc4e47ca0db181dd34af22977b8e91cf0f9 (diff)
downloadnautilus-f6dc5f319fb79203bd7645e49420d2a4b57c0373.tar.gz
toolbar: set the icon size to SMALL_TOOLBAR
So that the Search button icon is drawn with a smaller size.
-rw-r--r--src/nautilus-toolbar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index f36730030..59824b711 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -103,6 +103,7 @@ nautilus_toolbar_constructed (GObject *obj)
toolbar = gtk_ui_manager_get_widget (self->priv->ui_manager, "/Toolbar");
self->priv->toolbar = toolbar;
+ gtk_toolbar_set_icon_size (GTK_TOOLBAR (toolbar), GTK_ICON_SIZE_SMALL_TOOLBAR);
context = gtk_widget_get_style_context (toolbar);
gtk_style_context_add_class (context, GTK_STYLE_CLASS_PRIMARY_TOOLBAR);