Files
ladybird/Libraries/LibGUI
Andreas Kling 0391806eec LibGUI: Shrink the default selection rect of TreeView items
Instead of filling the whole row with selection color, only fill behind
the text. This gives a snugger, more focused appearance.

For embedders that want the entire row to get filled with the selection
color when selected, they can opt in to the old behavior by calling
TreeView::set_should_fill_selected_rows(). This is used by Profiler.
2020-10-27 20:33:30 +01:00
..
2020-08-25 09:46:28 +02:00
2020-10-02 16:03:17 +02:00
2020-09-30 21:46:59 +02:00
2020-07-28 16:29:44 +02:00