diff options
-rw-r--r-- | 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 4de9745aa..deab02071 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); |