[gnome-settings-daemon] media-keys: Make icon smaller in OSD



commit 0fd1068468e2cbde9d3761ef2ce8afdef392334b
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 1 14:34:43 2011 +0100

    media-keys: Make icon smaller in OSD
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652321

 plugins/media-keys/gsd-media-keys-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/media-keys/gsd-media-keys-window.c b/plugins/media-keys/gsd-media-keys-window.c
index 0536433..f63e67f 100644
--- a/plugins/media-keys/gsd-media-keys-window.c
+++ b/plugins/media-keys/gsd-media-keys-window.c
@@ -35,7 +35,7 @@
 #define GSD_MEDIA_KEYS_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GSD_TYPE_MEDIA_KEYS_WINDOW, GsdMediaKeysWindowPrivate))
 
 /* The size of the icon compared to the whole OSD */
-#define ICON_SCALE 0.65
+#define ICON_SCALE 0.50
 
 struct GsdMediaKeysWindowPrivate
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]