[empathy/gnome-2-28: 7/18] Add a vertical padding to the rows.



commit f0cd0bcd902f9091f26e13029c288877008f992e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Sep 30 10:55:16 2009 +0200

    Add a vertical padding to the rows.

 src/empathy-accounts-dialog.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index c4b5534..8bf28e1 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -840,6 +840,9 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog)
       accounts_dialog_model_pixbuf_data_func,
       dialog,
       NULL);
+#ifdef HAVE_NBTK
+  g_object_set (cell, "ypad", 4, NULL);
+#endif
 
   /* Name renderer */
   cell = gtk_cell_renderer_text_new ();



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