[gnome-contacts] Less wide index column



commit 7a7b3f985d692195c6d71fcd50d396be7d15ceb5
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Jun 27 12:04:00 2011 +0200

    Less wide index column

 src/contacts-list-pane.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index cd990db..29c8558 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -44,7 +44,7 @@ public class Contacts.ListPane : Frame {
     var text = new CellRendererText ();
     text.set_alignment (0, 0);
     column.pack_start (text, true);
-    text.set ("weight", Pango.Weight.BOLD, "scale", 1.28, "width", 32);
+    text.set ("weight", Pango.Weight.BOLD, "scale", 1.28, "width", 24);
     column.set_cell_data_func (text, (column, cell, model, iter) => {
 	Contact contact;
 



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