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
This commit is contained in:
Rui Matos 2013-03-02 16:46:29 +01:00
parent 95ec8ef5e1
commit bdfe459d64

View File

@ -2511,7 +2511,7 @@ StScrollBar StButton#vhandle:active {
}
.input-source-switcher-symbol {
font-size: 42pt;
font-size: 34pt;
width: 96px;
height: 96px;
}