[rhythmbox] Use the right side for the toolbar buttons
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] Use the right side for the toolbar buttons
- Date: Mon, 15 Apr 2013 11:27:57 +0000 (UTC)
commit 9c4523764698f580c4065fd42eaa04bb40c745a4
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Apr 15 13:27:18 2013 +0200
Use the right side for the toolbar buttons
sources/rb-display-page-tree.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sources/rb-display-page-tree.c b/sources/rb-display-page-tree.c
index 4e0d39b..c7fe200 100644
--- a/sources/rb-display-page-tree.c
+++ b/sources/rb-display-page-tree.c
@@ -1047,7 +1047,7 @@ impl_constructed (GObject *object)
display_page_tree->priv->add_menubutton = gtk_menu_button_new ();
icon = g_themed_icon_new_with_default_fallbacks ("list-add-symbolic");
- image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_SMALL_TOOLBAR);
+ image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_MENU);
gtk_button_set_image (GTK_BUTTON (display_page_tree->priv->add_menubutton), image);
gtk_box_pack_start (GTK_BOX (box), display_page_tree->priv->add_menubutton, FALSE, FALSE, 0);
g_object_unref (icon);
@@ -1069,7 +1069,7 @@ impl_constructed (GObject *object)
button = gtk_button_new ();
icon = g_themed_icon_new_with_default_fallbacks ("list-remove-symbolic");
- image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_SMALL_TOOLBAR);
+ image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_MENU);
gtk_button_set_image (GTK_BUTTON (button), image);
gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
g_object_unref (icon);
@@ -1079,7 +1079,7 @@ impl_constructed (GObject *object)
/* maybe this should be a column in the tree instead.. */
button = gtk_button_new ();
icon = g_themed_icon_new_with_default_fallbacks ("media-eject-symbolic");
- image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_SMALL_TOOLBAR);
+ image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_MENU);
gtk_button_set_image (GTK_BUTTON (button), image);
gtk_box_pack_start (GTK_BOX (box), button, FALSE, FALSE, 0);
g_object_unref (icon);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]