mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 22:38:51 +00:00
GFilePicker: Remove the frame around the little toolbar.
This commit is contained in:
parent
ee363faf10
commit
07df2fa7ec
Notes:
sideshowbarker
2024-07-19 14:06:22 +09:00
Author: https://github.com/awesomekling
Commit: 07df2fa7ec
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ GFilePicker::GFilePicker(const String& path, CObject* parent)
|
|||
auto* toolbar = new GToolBar(upper_container);
|
||||
toolbar->set_size_policy(SizePolicy::Fixed, SizePolicy::Fill);
|
||||
toolbar->set_preferred_size({ 60, 0 });
|
||||
toolbar->set_has_frame(false);
|
||||
|
||||
auto* location_textbox = new GTextBox(upper_container);
|
||||
location_textbox->set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue