mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibGUI: Use LightGray as the base UI color.
This feels nicely reminiscent of the gap in time between Win3.11 and Win95, one of my favorite eras in UI look-and-feel.
This commit is contained in:
@@ -65,6 +65,7 @@ void GCheckBox::paint_event(GPaintEvent&)
|
||||
2, height() / 2 - s_box_height / 2 - 1,
|
||||
s_box_width, s_box_height
|
||||
};
|
||||
painter.fill_rect(box_rect, Color::White);
|
||||
painter.draw_rect(box_rect, Color::Black);
|
||||
|
||||
if (m_being_modified) {
|
||||
|
||||
Reference in New Issue
Block a user