LibGUI: Make FilePicker's common location buttons checkable

We now use the checked state of these buttons to indicate that you are
in that specific folder. The checked state is updated automagically
no matter how you navigate the file system. :^)
This commit is contained in:
Andreas Kling 2021-04-06 19:30:37 +02:00
commit 33d9b592cd
Notes: sideshowbarker 2024-07-18 20:43:20 +09:00
2 changed files with 24 additions and 7 deletions

View file

@ -20,7 +20,7 @@
@GUI::Frame {
name: "common_locations_frame"
fixed_width: 80
fixed_width: 90
fill_with_background_color: true
layout: @GUI::VerticalBoxLayout {