diff options
author | Andreas Kling <kling@serenityos.org> | 2021-10-21 19:28:46 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-21 23:23:24 +0200 |
commit | ae2579d8b5c5f6544d5d31c09cde70c84a37bb6b (patch) | |
tree | b92997beec57cab191f662dd8e0df6428e4f553c /Userland/Utilities | |
parent | 25475f700399651bac1be1c648c39bb79d7620cf (diff) | |
download | serenity-ae2579d8b5c5f6544d5d31c09cde70c84a37bb6b.zip |
LibGUI: Add a GUI::Tray widget for the FilePicker common locations
The FilePicker has implemented its common locations tray as a composite
widget built from a GUI::Frame with a bunch of GUI::Button inside it.
The problem with that is that it creates a long and annoying chain of
keyboard-focusable widgets.
This patch adds GUI::Tray, which is a dedicated single widget that
implements the same UI element, but without child widgets.
Diffstat (limited to 'Userland/Utilities')
0 files changed, 0 insertions, 0 deletions