1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 02:07:29 +00:00

Ladybird: Set fixed height for Settings

This commit is contained in:
Federico Guerinoni 2023-01-29 14:23:58 +01:00 committed by Andrew Kaster
parent 17e9db4fa1
commit 9f4bf1b04e

View File

@ -31,6 +31,7 @@ SettingsDialog::SettingsDialog(QMainWindow* window)
setWindowTitle("Settings");
setFixedWidth(300);
setFixedHeight(150);
setLayout(m_layout);
show();
setFocus();