diff options
author | Zhang Xianwei <[email protected]> | 2018-11-26 13:18:04 +0800 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-11-26 19:40:15 +0000 |
commit | 8ec1bf032d8868cea042bd18f8d61a1469c7575e (patch) | |
tree | bc9fbb266e38814057815c1b34029adfb997a53f /plugins | |
parent | bda6d7a8574afde561cff093606c7efa5df94093 (diff) | |
download | mate-settings-daemon-8ec1bf032d8868cea042bd18f8d61a1469c7575e.tar.bz2 mate-settings-daemon-8ec1bf032d8868cea042bd18f8d61a1469c7575e.tar.xz |
media-keys: Make icon smaller in OSD
Make the icon take up less space inside.
Signed-off-by: Zhang Xianwei <[email protected]>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/media-keys/msd-media-keys-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |