Skip to content

Commit

Permalink
Terminal: Make the settings window unresizable
Browse files Browse the repository at this point in the history
  • Loading branch information
xTibor authored and awesomekling committed Mar 11, 2020
1 parent 7567226 commit fa98bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Applications/Terminal/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit fa98bbf

Please sign in to comment.