mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
Serendipity: Don't modify tip frame palette
Fixes illegible tip text
This commit is contained in:
parent
5a14f7ea2f
commit
1de4ed8ca1
1 changed files with 0 additions and 3 deletions
|
@ -47,9 +47,6 @@ SerendipityWidget::SerendipityWidget()
|
|||
banner_label.set_icon(Gfx::Bitmap::load_from_file("/res/graphics/welcome-serendipity.png"));
|
||||
|
||||
auto& tip_frame = *find_descendant_of_type_named<GUI::Frame>("tip_frame");
|
||||
auto palette = tip_frame.palette();
|
||||
palette.set_color(Gfx::ColorRole::Base, Color::from_rgb(0xffffe1));
|
||||
tip_frame.set_palette(palette);
|
||||
tip_frame.set_background_role(Gfx::ColorRole::Base);
|
||||
tip_frame.set_fill_with_background_color(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue