mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 12:15:07 +00:00
Settings: Improve default window size
Before, one icon was hidden slightly out of sight and there was a scrollbar.
This commit is contained in:
parent
ef5cca71dc
commit
71e665f0f9
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
auto window = TRY(GUI::Window::try_create());
|
||||
window->set_title("Settings");
|
||||
window->resize(420, 210);
|
||||
window->resize(420, 265);
|
||||
|
||||
auto file_menu = TRY(window->try_add_menu("&File"));
|
||||
file_menu->add_action(GUI::CommonActions::make_quit_action([&](auto&) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue