mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
QuickShow: Make the window background black for a nicer contrast.
This commit is contained in:
parent
575acfac98
commit
c70fbca23a
Notes:
sideshowbarker
2024-07-19 13:25:48 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c70fbca23af
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ QSWidget::QSWidget(GWidget* parent)
|
|||
set_frame_shadow(FrameShadow::Sunken);
|
||||
set_frame_thickness(2);
|
||||
|
||||
set_background_color(Color::White);
|
||||
set_fill_with_background_color(true);
|
||||
set_background_color(Color::Black);
|
||||
}
|
||||
|
||||
QSWidget::~QSWidget()
|
||||
|
|
Loading…
Reference in a new issue