mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +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:
parent
d19edb0762
commit
e992658c12
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
background_color: "white"
|
background_role: "Base"
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
background_color: "white"
|
background_role: "Base"
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue