[gnome-contacts] Fixing right-toolbar style.



commit 58f89cb76bab4f8ea2d204026693ff10fe0b63f4
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Wed Jan 9 08:49:23 2013 -0500

    Fixing right-toolbar style.

 src/contacts-app.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index c43a88c..e85b23c 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -292,7 +292,6 @@ public class Contacts.App : Gtk.Application {
 
     right_toolbar = new Toolbar ();
     right_toolbar.get_style_context ().add_class (STYLE_CLASS_MENUBAR);
-    right_toolbar.get_style_context ().add_class ("contacts-right-toolbar");
     right_toolbar.set_vexpand (false);
     grid.attach (right_toolbar, 1, 0, 1, 1);
 
@@ -300,6 +299,8 @@ public class Contacts.App : Gtk.Application {
     contact_name.set_valign (Align.CENTER);
     contact_name.set_vexpand (true);
     contact_name.set_hexpand (true);
+    contact_name.margin_left = 12;
+    contact_name.margin_right = 12;
     var item = new ToolItem ();
     item.add (contact_name);
     right_toolbar.insert (item, -1);



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