[gnome-control-center/gbsneto/background: 6/6] background: Render thumbnails at 16:9
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gbsneto/background: 6/6] background: Render thumbnails at 16:9
- Date: Wed, 22 May 2019 22:54:38 +0000 (UTC)
commit f0365bf5edab9c740d06eafdd542baf1e1c23c17
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed May 22 19:50:24 2019 -0300
background: Render thumbnails at 16:9
It's a much more common aspect ration nowadays, and makes
the whole panel look much nicer.
panels/background/bg-source.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/background/bg-source.c b/panels/background/bg-source.c
index 542e13023..131e8e129 100644
--- a/panels/background/bg-source.c
+++ b/panels/background/bg-source.c
@@ -24,7 +24,7 @@
#include <cairo-gobject.h>
#define THUMBNAIL_WIDTH 256
-#define THUMBNAIL_HEIGHT (THUMBNAIL_WIDTH * 3 / 4)
+#define THUMBNAIL_HEIGHT (THUMBNAIL_WIDTH * 9 / 16)
typedef struct
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]