mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:07:35 +00:00
Terminal: Make the settings window unresizable
This commit is contained in:
parent
75672263ce
commit
fa98bbfda5
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ 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_rect(50, 50, 200, 140);
|
window->set_rect(50, 50, 200, 140);
|
||||||
window->set_modal(true);
|
window->set_modal(true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue