diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2022-07-27 08:14:28 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-08-04 02:56:17 +0200 |
commit | 7537a045e5f127804040e44b13dcca3c7a5de3c6 (patch) | |
tree | 783cd8d066d98c0c4f8412359adabe358346b65c /Userland/Applications/FontEditor | |
parent | 97b381652ac0e4b721cb298be5fa8ca1706eb502 (diff) | |
download | serenity-7537a045e5f127804040e44b13dcca3c7a5de3c6.zip |
Applications: Make a few of the larger Toolbars collapsible
Some Toolbars for FileManager, FontEditor and PixelPaint can now
collapse on resize.
Diffstat (limited to 'Userland/Applications/FontEditor')
-rw-r--r-- | Userland/Applications/FontEditor/FontEditorWindow.gml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml index 21d84d580c..27ee7bb8b1 100644 --- a/Userland/Applications/FontEditor/FontEditorWindow.gml +++ b/Userland/Applications/FontEditor/FontEditorWindow.gml @@ -9,6 +9,7 @@ @GUI::Toolbar { name: "toolbar" + collapsible: true } } |