Skip to content

Commit

Permalink
Ladybird: Design settings layout in horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni authored and ADKaster committed Feb 3, 2023
1 parent 0f45153 commit 80da16e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Ladybird/SettingsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 80da16e

Please sign in to comment.