[gnome-contacts/new-design] Remove unnecessary margin of left in content



commit 19ea1fabb8e307229575d055e31d9602923f5805
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Dec 13 09:28:34 2011 +0100

    Remove unnecessary margin of left in content
    
    We already have borders now

 src/contacts-contact-pane.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 1433e6b..411910a 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -1031,7 +1031,6 @@ public class Contacts.ContactPane : ScrolledWindow {
 
     top_grid = new Grid ();
     top_grid.set_orientation (Orientation.VERTICAL);
-    top_grid.set_margin_left (10);
     top_grid.set_margin_top (10);
     top_grid.set_margin_bottom (10);
     top_grid.set_row_spacing (20);



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