mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
Fix label css test
The default font size of 10pt will now properly render as 13.33px, but we shouldn't use the default anyway as that can be controlled by user settings
This commit is contained in:
parent
b0b1bf2f58
commit
7200ac8e56
@ -1,3 +1,4 @@
|
||||
box {
|
||||
font: "Comic Sans";
|
||||
font-size: 10px;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
[window.background:dir(ltr)]
|
||||
decoration:dir(ltr)
|
||||
box.horizontal:dir(ltr)
|
||||
font-size: 10px; /* label.css:2:20 */
|
||||
font-size: 10px; /* label.css:3:17 */
|
||||
font-family: "\"Comic Sans\""; /* label.css:2:20 */
|
||||
font-style: normal; /* label.css:2:20 */
|
||||
font-variant: normal; /* label.css:2:20 */
|
||||
|
Loading…
Reference in New Issue
Block a user