[empathy] accounts-dialog: set the 'ypad' of cells in the account treeview to 4



commit 9ce289096e73d8310b0ec80287fe8d9047c93ef6
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Nov 6 13:54:49 2009 +0000

    accounts-dialog: set the 'ypad' of cells in the account treeview to 4
    
    It looks nicer this way.
    This used to be a Moblin specific change but it makes sense for GNOME as
    well (#600962).

 src/empathy-accounts-dialog.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index fb6cf54..ccb3ca5 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -863,9 +863,7 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog)
       accounts_dialog_model_pixbuf_data_func,
       dialog,
       NULL);
-#ifdef HAVE_MOBLIN
   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]