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