mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
Ladybird: Design settings layout in horizontal
This commit is contained in:
parent
0f45153bbb
commit
80da16e54a
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…
Add table
Add a link
Reference in a new issue