1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27:34 +00:00

DisplaySettings: Adjust FontSettings.gml to work with dark themes

The FontSettings widget now uses background_role instead of
background_color to ensure that it displays properly independently of
the active system theme.
This commit is contained in:
DoubleNegation 2021-06-28 13:39:56 +02:00 committed by Andreas Kling
parent d19edb0762
commit e992658c12

View file

@ -20,7 +20,7 @@
}
@GUI::Frame {
background_color: "white"
background_role: "Base"
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {
@ -53,7 +53,7 @@
}
@GUI::Frame {
background_color: "white"
background_role: "Base"
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {