Skip to content

Commit 8ec1bf0

Browse files
zhangxianwei8lukefromdc
authored andcommitted
media-keys: Make icon smaller in OSD
Make the icon take up less space inside. Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
1 parent bda6d7a commit 8ec1bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/media-keys/msd-media-keys-window.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#define MSD_MEDIA_KEYS_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), MSD_TYPE_MEDIA_KEYS_WINDOW, MsdMediaKeysWindowPrivate))
3636

37-
#define ICON_SCALE 0.65 /* size of the icon compared to the whole OSD */
37+
#define ICON_SCALE 0.55 /* size of the icon compared to the whole OSD */
3838

3939
struct MsdMediaKeysWindowPrivate
4040
{

0 commit comments

Comments
 (0)