[gnome-contacts] Use 16x16 for toolbar icons



commit 32cf79c677c1fe268ba1eed22c904470b3d555ea
Author: Alexander Larsson <alexl redhat com>
Date:   Thu May 26 12:45:24 2011 +0200

    Use 16x16 for toolbar icons

 src/contacts-app.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 0de1342..b8249df 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -382,6 +382,7 @@ public class Contacts.App : Window {
 
     var toolbar = new Toolbar ();
     toolbar.get_style_context ().add_class (STYLE_CLASS_PRIMARY_TOOLBAR);
+    toolbar.set_icon_size (IconSize.MENU);
     toolbar.set_vexpand (false);
 
     var favourite_button = new ToggleToolButton ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]