mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 07:25:07 +00:00
WindowServer: More work on menus.
This commit is contained in:
parent
443b043b49
commit
5f288014d4
11 changed files with 51 additions and 33 deletions
|
@ -39,7 +39,7 @@ void GListBox::paint_event(GPaintEvent&)
|
|||
painter.fill_rect(item_rect, Color(96, 96, 96));
|
||||
item_text_color = Color::White;
|
||||
}
|
||||
painter.draw_text(item_rect, m_items[i], Painter::TextAlignment::TopLeft, item_text_color);
|
||||
painter.draw_text(item_rect, m_items[i], TextAlignment::TopLeft, item_text_color);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue