gnome-shell.css: specify font size for overview view selector area

Previously this was inheriting the default size, which is specified in
pts, and so would make the text larger than its 16px containing box if
you have high DPI.

https://bugzilla.gnome.org/show_bug.cgi?id=639213
This commit is contained in:
Dan Winship 2011-01-11 09:14:32 -05:00
parent 44f70646d3
commit 6bae9ed20d

View File

@ -338,6 +338,7 @@ StTooltip StLabel {
#viewSelector {
spacing: 16px;
font-size: 16px;
}
#viewSelectorTabBar {