From 9ce289096e73d8310b0ec80287fe8d9047c93ef6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 6 Nov 2009 13:54:49 +0000 Subject: 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 file changed, 2 deletions(-) diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index fb6cf5475..ccb3ca5f7 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 (); -- cgit v1.2.3