mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
Reference in a new issue