mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27:35 +00:00
Terminal: Tweak height of settings window
This commit is contained in:
parent
db086ef9cc
commit
94e4aa94b5
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ static RefPtr<GUI::Window> create_settings_window(TerminalWidget& terminal)
|
||||||
auto window = GUI::Window::construct();
|
auto window = GUI::Window::construct();
|
||||||
window->set_title("Terminal Settings");
|
window->set_title("Terminal Settings");
|
||||||
window->set_resizable(false);
|
window->set_resizable(false);
|
||||||
window->resize(200, 254);
|
window->resize(200, 210);
|
||||||
window->set_modal(true);
|
window->set_modal(true);
|
||||||
|
|
||||||
auto& settings = window->set_main_widget<GUI::Widget>();
|
auto& settings = window->set_main_widget<GUI::Widget>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue