Made thumbnails in Desktop tab a bit smaller.

* gnome-wp-item.c: Made thumbnails in Desktop tab a bit smaller.

svn path=/trunk/; revision=7602
This commit is contained in:
Denis Washington 2007-05-13 14:15:51 +00:00
parent 5562ed15ea
commit 4bc56320e3
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-05-13 Denis Washington <denisw@svn.nome.org>
* gnome-wp-item.c: Made thumbnails in Desktop tab a bit smaller.
2007-05-13 Thomas Wood <thos@gnome.org>
* appearance.glade: Change "Desktop" tab label to "Background"

View file

@ -197,7 +197,7 @@ static void collect_save_options (GdkPixbuf * pixbuf,
(*vals)[count] = NULL;
}
#define LIST_IMAGE_WIDTH 128
#define LIST_IMAGE_WIDTH 108
GdkPixbuf * gnome_wp_item_get_thumbnail (GnomeWPItem * item,
GnomeThumbnailFactory * thumbs) {