From a7b4e6ca71a38e29edc830be0e34e5f0273cb620 Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Mon, 26 Nov 2018 14:06:03 +0800 Subject: media-keys: Make icon smaller in OSD Make the icon take up less space inside. Signed-off-by: Zhang Xianwei --- src/gsd-media-keys-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gsd-media-keys-window.c') diff --git a/src/gsd-media-keys-window.c b/src/gsd-media-keys-window.c index ff3a1ea..6c2a981 100644 --- a/src/gsd-media-keys-window.c +++ b/src/gsd-media-keys-window.c @@ -34,7 +34,7 @@ #define MSD_MEDIA_KEYS_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), MSD_TYPE_MEDIA_KEYS_WINDOW, MsdMediaKeysWindowPrivate)) -#define ICON_SCALE 0.65 /* size of the icon compared to the whole OSD */ +#define ICON_SCALE 0.55 /* size of the icon compared to the whole OSD */ struct MsdMediaKeysWindowPrivate { -- cgit v1.2.1