mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ladybird: Design settings layout in horizontal
This commit is contained in:
parent
0f45153bbb
commit
80da16e54a
Notes:
sideshowbarker
2024-07-17 10:54:57 +09:00
Author: https://github.com/guerinoni Commit: https://github.com/SerenityOS/serenity/commit/80da16e54a 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 2 deletions
|
@ -18,8 +18,7 @@ SettingsDialog::SettingsDialog(QMainWindow* window)
|
|||
m_homepage = new QLineEdit(this);
|
||||
m_ok_button = new QPushButton("&Save", this);
|
||||
|
||||
m_layout->addWidget(new QLabel("Homepage", this));
|
||||
m_layout->addWidget(m_homepage);
|
||||
m_layout->addRow(new QLabel("HomePage", this), m_homepage);
|
||||
m_layout->addWidget(m_ok_button);
|
||||
|
||||
m_homepage->setText(s_settings->homepage());
|
||||
|
|
Loading…
Reference in a new issue