From 4640bd97d81bce760044b19fd24ea5a70ceca1c0 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 25 Sep 2012 09:47:00 +0200 Subject: Request LARGE_TOOLBAR icons for the panel To make it consistent with the other indicators. --- src/indicator-messages.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/indicator-messages.c b/src/indicator-messages.c index db4f634..13b3409 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -297,7 +297,7 @@ indicator_messages_add_toplevel_menu (IndicatorMessages *self) icon = g_menu_model_get_item_attribute_icon (self->menu, 0, "x-canonical-icon"); if (icon) { - gtk_image_set_from_gicon (GTK_IMAGE (self->image), icon, GTK_ICON_SIZE_MENU); + gtk_image_set_from_gicon (GTK_IMAGE (self->image), icon, GTK_ICON_SIZE_LARGE_TOOLBAR); g_object_unref (icon); } @@ -344,8 +344,7 @@ indicator_messages_update_icon (IndicatorMessages *self, gtk_image_set_from_icon_name (GTK_IMAGE (self->image), g_variant_get_string (state, NULL), - GTK_ICON_SIZE_MENU); - + GTK_ICON_SIZE_LARGE_TOOLBAR); } static void -- cgit v1.2.3