mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Ladybird: Set fixed height for Settings
This commit is contained in:
parent
17e9db4fa1
commit
9f4bf1b04e
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ SettingsDialog::SettingsDialog(QMainWindow* window)
|
|||
|
||||
setWindowTitle("Settings");
|
||||
setFixedWidth(300);
|
||||
setFixedHeight(150);
|
||||
setLayout(m_layout);
|
||||
show();
|
||||
setFocus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue