[gnome-contacts] Add row separation to list pane



commit 37248b6b27e56fdb4218110d9c8034e356a6eb57
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Jun 27 12:19:29 2011 +0200

    Add row separation to list pane

 data/gnome-contacts.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/gnome-contacts.css b/data/gnome-contacts.css
index 13024eb..f5e4dd6 100644
--- a/data/gnome-contacts.css
+++ b/data/gnome-contacts.css
@@ -4,6 +4,10 @@ ContactsApp > GtkFrame.frame {
     padding: 0 1 1 1;
 }
 
+ContactsListPane GtkTreeView {
+    -GtkTreeView-vertical-separator: 4;
+}
+
 .contact-frame {
     border-style: solid;
     border-radius: 2;



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