mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Applications: Make a few of the larger Toolbars collapsible
Some Toolbars for FileManager, FontEditor and PixelPaint can now collapse on resize.
This commit is contained in:
parent
97b381652a
commit
7537a045e5
Notes:
sideshowbarker
2024-07-17 08:26:21 +09:00
Author: https://github.com/thankyouverycool
Commit: 7537a045e5
Pull-request: https://github.com/SerenityOS/serenity/pull/14706
Issue: https://github.com/SerenityOS/serenity/issues/14634
Reviewed-by: https://github.com/FireFox317
3 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,7 @@ ToolboxWidget::ToolboxWidget()
|
|||
m_action_group.set_unchecking_allowed(false);
|
||||
|
||||
m_toolbar = add<GUI::Toolbar>(Gfx::Orientation::Vertical);
|
||||
m_toolbar->set_collapsible(true);
|
||||
setup_tools();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue