mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
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:
parent
25de655d43
commit
33d9b592cd
Notes:
sideshowbarker
2024-07-18 20:43:20 +09:00
Author: https://github.com/awesomekling
Commit: 33d9b592cd
2 changed files with 24 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
@GUI::Frame {
|
||||
name: "common_locations_frame"
|
||||
fixed_width: 80
|
||||
fixed_width: 90
|
||||
fill_with_background_color: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue