[epiphany] Most visited: make thumbnail size larger



commit 55ca0bf5ef4bd5381ffb30f96781156e474c190f
Author: Tobias Bernard <tbernard gnome org>
Date:   Sun Aug 4 23:41:08 2019 +0200

    Most visited: make thumbnail size larger
    
    Since the layout has changed, the thumbnails need to be bigger to match

 lib/ephy-snapshot-service.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/lib/ephy-snapshot-service.h b/lib/ephy-snapshot-service.h
index f593f6f18..1147f7005 100644
--- a/lib/ephy-snapshot-service.h
+++ b/lib/ephy-snapshot-service.h
@@ -39,9 +39,8 @@ typedef enum {
   EPHY_SNAPSHOT_SERVICE_ERROR_INVALID
 } EphySnapshotServiceError;
 
-/* Values taken from the Web mockups. */
-#define EPHY_THUMBNAIL_WIDTH 360
-#define EPHY_THUMBNAIL_HEIGHT 270
+#define EPHY_THUMBNAIL_WIDTH 650
+#define EPHY_THUMBNAIL_HEIGHT 540
 
 GQuark               ephy_snapshot_service_error_quark                      (void);
 


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