mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-05 15:27:04 +00:00
Terminal: Make the settings window unresizable
This commit is contained in:
committed by
Andreas Kling
parent
75672263ce
commit
fa98bbfda5
@@ -131,6 +131,7 @@ RefPtr<GUI::Window> create_settings_window(TerminalWidget& terminal)
|
||||
{
|
||||
auto window = GUI::Window::construct();
|
||||
window->set_title("Terminal Settings");
|
||||
window->set_resizable(false);
|
||||
window->set_rect(50, 50, 200, 140);
|
||||
window->set_modal(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user