Mercurial > pidgin.yaz
changeset 16092:2d9045592ed3
Add some padding between the emblem and the buddy icon
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 14 Apr 2007 01:23:12 +0000 |
parents | 50921bba8b3a |
children | 80adc614a9e5 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sat Apr 14 00:55:35 2007 +0000 +++ b/pidgin/gtkblist.c Sat Apr 14 01:23:12 2007 +0000 @@ -4416,7 +4416,7 @@ NULL); rend = gtk_cell_renderer_pixbuf_new(); - g_object_set(rend, "xalign", 1.0, "yalign", 0.5, "ypad", 0, NULL); + g_object_set(rend, "xalign", 1.0, "yalign", 0.5, "ypad", 0, "xpad", 3, NULL); gtk_tree_view_column_pack_start(column, rend, FALSE); gtk_tree_view_column_set_attributes(column, rend, "pixbuf", EMBLEM_COLUMN, #if GTK_CHECK_VERSION(2,6,0)