From 8ec1bf032d8868cea042bd18f8d61a1469c7575e Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Mon, 26 Nov 2018 13:18:04 +0800 Subject: media-keys: Make icon smaller in OSD Make the icon take up less space inside. Signed-off-by: Zhang Xianwei --- plugins/media-keys/msd-media-keys-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/media-keys/msd-media-keys-window.c b/plugins/media-keys/msd-media-keys-window.c index d85190a..0f6eff6 100644 --- a/plugins/media-keys/msd-media-keys-window.c +++ b/plugins/media-keys/msd-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