diff options
author | Zhang Xianwei <[email protected]> | 2018-11-26 14:06:03 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-11-27 13:50:14 +0100 |
commit | a7b4e6ca71a38e29edc830be0e34e5f0273cb620 (patch) | |
tree | c009d76308a74dc90d4be0bbb0424a8a6fd68b80 /src | |
parent | ff8f8d3c924ea6195bba045e07cb4b26059e672e (diff) | |
download | mate-power-manager-a7b4e6ca71a38e29edc830be0e34e5f0273cb620.tar.bz2 mate-power-manager-a7b4e6ca71a38e29edc830be0e34e5f0273cb620.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 'src')
-rw-r--r-- | src/gsd-media-keys-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |