mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00:00
LibGUI: Both GToolBar and GStatusBar should have highlight/shadow.
This commit is contained in:
@@ -34,4 +34,5 @@ void GStatusBar::paint_event(GPaintEvent& event)
|
||||
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::White);
|
||||
painter.draw_line({ 0, rect().bottom() }, { width() - 1, rect().bottom() }, Color::DarkGray);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user