[gnome-contacts] Make padding between contacts 24 pixels as per mockups



commit 4594a95d3f254704d5112426abc512c2df51401e
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Jan 20 14:40:30 2012 +0100

    Make padding between contacts 24 pixels as per mockups

 src/contacts-view.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-view.vala b/src/contacts-view.vala
index 4d997b3..83c745c 100644
--- a/src/contacts-view.vala
+++ b/src/contacts-view.vala
@@ -410,7 +410,7 @@ public class Contacts.ViewWidget : TreeView {
     set_model (view.model);
     set_headers_visible (false);
 
-    var row_padding = 4;
+    var row_padding = 12;
 
     var selection = get_selection ();
     selection.set_mode (SelectionMode.BROWSE);



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