mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
Terminal: Make the settings window unresizable
This commit is contained in:
parent
75672263ce
commit
fa98bbfda5
Notes:
sideshowbarker
2024-07-19 08:46:54 +09:00
Author: https://github.com/xTibor Commit: https://github.com/SerenityOS/serenity/commit/fa98bbfda5c Pull-request: https://github.com/SerenityOS/serenity/pull/1412
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user