[gnome-photos] utils: Use larger thumbnails / icons



commit e65aea6e230c18b41114f5b25d2858d6f47c1f50
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Nov 20 00:44:15 2012 +0100

    utils: Use larger thumbnails / icons
    
    Fixes: https://bugzilla.gnome.org/688562

 src/photos-utils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-utils.c b/src/photos-utils.c
index 77ebcb0..9dbe13f 100644
--- a/src/photos-utils.c
+++ b/src/photos-utils.c
@@ -164,7 +164,7 @@ photos_utils_create_thumbnail (GIOSchedulerJob *job, GCancellable *cancellable,
 
   mtime = g_file_info_get_attribute_uint64 (info, G_FILE_ATTRIBUTE_TIME_MODIFIED);
 
-  factory = gnome_desktop_thumbnail_factory_new (GNOME_DESKTOP_THUMBNAIL_SIZE_NORMAL);
+  factory = gnome_desktop_thumbnail_factory_new (GNOME_DESKTOP_THUMBNAIL_SIZE_LARGE);
   pixbuf = gnome_desktop_thumbnail_factory_generate_thumbnail (factory, uri, g_file_info_get_content_type (info));
 
   if (pixbuf != NULL)
@@ -315,7 +315,7 @@ photos_utils_filename_strip_extension (const gchar *filename_with_extension)
 gint
 photos_utils_get_icon_size (void)
 {
-  return 128;
+  return 256;
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]