mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +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: 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");
|
setWindowTitle("Settings");
|
||||||
setFixedWidth(300);
|
setFixedWidth(300);
|
||||||
|
setFixedHeight(150);
|
||||||
setLayout(m_layout);
|
setLayout(m_layout);
|
||||||
show();
|
show();
|
||||||
setFocus();
|
setFocus();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue