Skip to content

Commit

Permalink
Ladybird: Set fixed height for Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni authored and ADKaster committed Feb 3, 2023
1 parent 17e9db4 commit 9f4bf1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ladybird/SettingsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ SettingsDialog::SettingsDialog(QMainWindow* window)

setWindowTitle("Settings");
setFixedWidth(300);
setFixedHeight(150);
setLayout(m_layout);
show();
setFocus();
Expand Down

0 comments on commit 9f4bf1b

Please sign in to comment.