[gnome-contacts/gnome-3-8] Fix [New] button height.



commit 5375106931ce365ac2a48f64823d6031f359a980
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Mon Apr 29 12:28:55 2013 -0400

    Fix [New] button height.
    
    This fix will be there for 3.8.x since I'll migrate
    Contacts to new GdHeaderBar soon.

 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 4fd50f4..92b5d07 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -298,6 +298,7 @@ public class Contacts.App : Gtk.Application {
 
     var add_button = left_toolbar.add_button (null, _("New"), true) as Gtk.Button;
     add_button.set_size_request (70, -1);
+    add_button.set_vexpand (true);
     add_button.clicked.connect (app.new_contact);
 
     select_button = left_toolbar.add_toggle ("object-select-symbolic", null, false) as ToggleButton;


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