mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 03:35:07 +00:00
Tweak the look of various UI surfaces and buttons.
This commit is contained in:
parent
d71820a382
commit
670e376e27
10 changed files with 65 additions and 20 deletions
|
@ -216,7 +216,7 @@ void GTextEditor::paint_event(GPaintEvent& event)
|
|||
if (is_focused())
|
||||
painter.draw_rect(item_area_rect, Color::from_rgb(0x84351a));
|
||||
else if (is_single_line())
|
||||
painter.draw_rect(item_area_rect, Color::DarkGray);
|
||||
painter.draw_rect(item_area_rect, Color::MidGray);
|
||||
}
|
||||
|
||||
void GTextEditor::toggle_selection_if_needed_for_event(const GKeyEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue