[gnome-contacts] ContactsPane left-aligned.



commit a1377486c05a681b3d451499c8fb3c7f57f8da5b
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat May 4 11:39:58 2013 -0400

    ContactsPane left-aligned.
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=688341

 src/contacts-contact-pane.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 5849bc0..137ecd0 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -284,6 +284,7 @@ public class Contacts.ContactPane : Notebook {
 
     var hcenter = new Center ();
     hcenter.max_width = 600;
+    hcenter.xalign = 0.0;
 
     sheet = new ContactSheet ();
     hcenter.add (sheet);
@@ -325,6 +326,7 @@ public class Contacts.ContactPane : Notebook {
 
     hcenter = new Center ();
     hcenter.max_width = 600;
+    hcenter.xalign = 0.0;
 
     editor = new ContactEditor ();
     hcenter.add (editor);


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