mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibGUI: Remove useless frame members from Toolbar
Frames had no effect within Toolbar and are now superceded by ToolbarContainer.
This commit is contained in:
parent
34ae69b99d
commit
99a00dc39b
Notes:
sideshowbarker
2024-07-17 08:26:39 +09:00
Author: https://github.com/thankyouverycool
Commit: 99a00dc39b
Pull-request: https://github.com/SerenityOS/serenity/pull/14706
Issue: https://github.com/SerenityOS/serenity/issues/14634
Reviewed-by: https://github.com/FireFox317
2 changed files with 0 additions and 4 deletions
|
@ -89,7 +89,6 @@ FilePicker::FilePicker(Window* parent_window, Mode mode, StringView filename, St
|
|||
VERIFY_NOT_REACHED();
|
||||
|
||||
auto& toolbar = *widget.find_descendant_of_type_named<GUI::Toolbar>("toolbar");
|
||||
toolbar.set_has_frame(false);
|
||||
|
||||
m_location_textbox = *widget.find_descendant_of_type_named<GUI::TextBox>("location_textbox");
|
||||
m_location_textbox->set_text(path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue