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:
parent
44f70646d3
commit
6bae9ed20d
@ -338,6 +338,7 @@ StTooltip StLabel {
|
||||
|
||||
#viewSelector {
|
||||
spacing: 16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#viewSelectorTabBar {
|
||||
|
Loading…
Reference in New Issue
Block a user