[gnome-contacts] Align the first letter at the top



commit d22eb0c5a50a97763072c09651173897594d0c99
Author: Alexander Larsson <alexl redhat com>
Date:   Tue May 24 11:55:49 2011 +0200

    Align the first letter at the top

 src/contacts-app.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index c7f92e1..fb92bfc 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -43,6 +43,7 @@ public class Contacts.App : Window {
     column.set_spacing (10);
 
     var text = new CellRendererText ();
+    text.set_alignment (0, 0);
     column.pack_start (text, true);
     text.set ("weight", Pango.Weight.BOLD);
     column.set_cell_data_func (text, (column, cell, model, iter) => {



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