mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 20:27:36 +00:00
GFilePicker: Remove the frame around the little toolbar.
This commit is contained in:
parent
ee363faf10
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);
|
auto* toolbar = new GToolBar(upper_container);
|
||||||
toolbar->set_size_policy(SizePolicy::Fixed, SizePolicy::Fill);
|
toolbar->set_size_policy(SizePolicy::Fixed, SizePolicy::Fill);
|
||||||
toolbar->set_preferred_size({ 60, 0 });
|
toolbar->set_preferred_size({ 60, 0 });
|
||||||
|
toolbar->set_has_frame(false);
|
||||||
|
|
||||||
auto* location_textbox = new GTextBox(upper_container);
|
auto* location_textbox = new GTextBox(upper_container);
|
||||||
location_textbox->set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
|
location_textbox->set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue