From bdfe459d647ec87d42b311513ddf86126281a341 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Sat, 2 Mar 2013 16:46:29 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 7d6540a5b..9e5c46d96 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; }