[empathy] Add a vertical padding to the rows.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Add a vertical padding to the rows.
- Date: Wed, 30 Sep 2009 12:26:53 +0000 (UTC)
commit 78a64f4405ed0a6e690d5d165f4e3e13618c3db6
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 c2e4e44..f14ffd3 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -841,6 +841,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]