[epiphany/in-tab-overview: 43/56] ephy-snapshot-service: change the size of the thumbnails



commit 43b5cd173dda1080e2e59086563da3c61beb4912
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Aug 29 18:24:25 2012 +0300

    ephy-snapshot-service: change the size of the thumbnails
    
    Squared snapshots are not that great, so use a 4:3 aspect ratio.

 lib/ephy-snapshot-service.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/ephy-snapshot-service.h b/lib/ephy-snapshot-service.h
index 4de9745..deab020 100644
--- a/lib/ephy-snapshot-service.h
+++ b/lib/ephy-snapshot-service.h
@@ -57,8 +57,8 @@ struct _EphySnapshotServiceClass
 };
 
 /* Values taken from the Web mockups. */
-#define EPHY_THUMBNAIL_WIDTH 172
-#define EPHY_THUMBNAIL_HEIGHT 172
+#define EPHY_THUMBNAIL_WIDTH 180
+#define EPHY_THUMBNAIL_HEIGHT 135
 
 typedef void (* EphySnapshotServiceCallback) (GdkPixbuf *snapshot,
                                               gpointer user_data);



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