Skip to content

Commit a7b4e6c

Browse files
zhangxianwei8raveit65
authored andcommitted
media-keys: Make icon smaller in OSD
Make the icon take up less space inside. Signed-off-by: Zhang Xianwei <[email protected]>
1 parent ff8f8d3 commit a7b4e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/gsd-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)