mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ladybird: Set fixed height for Settings
This commit is contained in:
parent
17e9db4fa1
commit
9f4bf1b04e
Notes:
sideshowbarker
2024-07-17 00:57:24 +09:00
Author: https://github.com/guerinoni Commit: https://github.com/SerenityOS/serenity/commit/9f4bf1b04e Pull-request: https://github.com/SerenityOS/serenity/pull/17116 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/AtkinsSJ
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…
Reference in a new issue