[gnome-shell] css: Make input sources switcher symbol font smaller



commit bdfe459d647ec87d42b311513ddf86126281a341
Author: Rui Matos <tiagomatos gmail com>
Date:   Sat Mar 2 16:46:29 2013 +0100

    css: Make input sources switcher symbol font smaller
    
    Particularly when using asian languages the symbol could become large
    enough to not fit in the space we have and we'd end up with a totally
    ellipsized item.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695001

 data/theme/gnome-shell.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 7d6540a..9e5c46d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2511,7 +2511,7 @@ StScrollBar StButton#vhandle:active {
 }
 
 .input-source-switcher-symbol {
-   font-size: 42pt;
+   font-size: 34pt;
    width: 96px;
    height: 96px;
 }


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