mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 20:35:06 +00:00
LibGUI: Top line on GStatusBar should be a highlight, not a shadow.
This commit is contained in:
parent
fd428d6ed3
commit
c5d88ff0d8
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ void GStatusBar::paint_event(GPaintEvent& event)
|
|||
Painter painter(*this);
|
||||
painter.set_clip_rect(event.rect());
|
||||
painter.fill_rect({ 0, 1, width(), height() - 1 }, Color::LightGray);
|
||||
painter.draw_line({ 0, 0 }, { width() - 1, 0 }, Color::DarkGray);
|
||||
painter.draw_line({ 0, 0 }, { width() - 1, 0 }, Color::White);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue