mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibGUI: Top line on GStatusBar should be a highlight, not a shadow.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user