window-list: Use font-relative sizes for width/height
Just like the top bar, the window list should scale according to the font scaling factor, so convert the existing pixel sizes into font-relative ones. https://bugzilla.gnome.org/show_bug.cgi?id=703585
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
/* .window-button-icon height +
|
/* .window-button-icon height +
|
||||||
.window-button vertical padding +
|
.window-button vertical padding +
|
||||||
.window-button > StWidget vertical padding) */
|
.window-button > StWidget vertical padding) */
|
||||||
height: 30px;
|
height: 2.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-list {
|
.window-list {
|
||||||
@@ -27,8 +27,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.window-button > StWidget {
|
.window-button > StWidget {
|
||||||
-st-natural-width: 250px;
|
-st-natural-width: 18.75em;
|
||||||
max-width: 250px;
|
max-width: 18.75em;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user