Settings: Tweak initial window size
This commit is contained in:
parent
4e2c5cd19e
commit
b6c97a259c
Notes:
sideshowbarker
2024-07-18 08:20:05 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b6c97a259c1
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto window = GUI::Window::construct();
|
||||
window->set_title("Settings");
|
||||
window->resize(400, 300);
|
||||
window->resize(360, 240);
|
||||
|
||||
auto& file_menu = window->add_menu("&File");
|
||||
file_menu.add_action(GUI::CommonActions::make_quit_action([&](auto&) {
|
||||
|
|
Loading…
Add table
Reference in a new issue