Andreas Kling
|
bfd86c4631
|
LibGUI: Make GUI::Frame have the 2px sunken container look by default
The overwhelming majority of GUI::Frame users set the same appearance,
so let's just make it the default.
|
2020-02-23 11:10:52 +01:00 |
|
Andreas Kling
|
fe343a0497
|
LibGUI: ItemView painting was not respecting the frame thickness
Fixes #1112.
|
2020-02-16 09:50:38 +01:00 |
|
Tibor Nagy
|
4d95163400
|
LibGUI: Use inactive selection colors from palette instead of hardcoding them
|
2020-02-15 18:42:13 +01:00 |
|
Andreas Kling
|
2c14e46b96
|
LibGUI: Indicate ItemView drag acceptance with a little rectangle
If an index accepts a drag, we now draw a little rectangle around it
when the drag moves over it.
|
2020-02-13 21:50:50 +01:00 |
|
Andreas Kling
|
6a9cc66b97
|
LibGUI: Remove leading G from filenames
|
2020-02-06 20:33:02 +01:00 |
|