Mercurial > pidgin
changeset 15402:3a943f4af57e
add some padding between icon and name columns
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 24 Jan 2007 21:02:37 +0000 |
parents | 74ab783e3676 |
children | deeaffeda047 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Wed Jan 24 20:06:47 2007 +0000 +++ b/pidgin/gtkblist.c Wed Jan 24 21:02:37 2007 +0000 @@ -4239,7 +4239,7 @@ "cell-background-gdk", BGCOLOR_COLUMN, #endif NULL); - g_object_set(rend, "xalign", 0.0, "ypad", 0, NULL); + g_object_set(rend, "xalign", 0.0, "xpad", 3, "ypad", 0, NULL); gtkblist->text_rend = rend = gtk_cell_renderer_text_new(); gtk_tree_view_column_pack_start (column, rend, TRUE);