mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 12:27:35 +00:00
LibGUI: Make FilePicker a little smaller by default
This commit is contained in:
parent
461c0afc25
commit
66c0374fd7
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ FilePicker::FilePicker(Window* parent_window, Mode mode, Options options, const
|
|||
set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/save.png"));
|
||||
break;
|
||||
}
|
||||
set_rect(200, 200, 700, 400);
|
||||
resize(560, 320);
|
||||
auto& horizontal_container = set_main_widget<Widget>();
|
||||
horizontal_container.set_layout<HorizontalBoxLayout>();
|
||||
horizontal_container.layout()->set_margins({ 4, 4, 4, 4 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue