[epiphany] ephy-snapshot-service: change the size of the thumbnails
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-snapshot-service: change the size of the thumbnails
- Date: Fri, 31 Aug 2012 18:43:18 +0000 (UTC)
commit 3a558c289b0dd42b18f12aeb1ef5d5de0e82b47e
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]