Adapt to upstream change

Change-Id: I1d1f793aa6506652fad20ea8d198c5331e6e402f
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2022-07-28 07:43:36 +02:00
parent c06a40afcd
commit b5af8e957f

View File

@@ -155,28 +155,27 @@ OptionsPageWidget::OptionsPageWidget(const std::function<void()> &onApply, Fossi
FossilSettings &s = *m_settings; FossilSettings &s = *m_settings;
using namespace Layouting; using namespace Layouting;
const Break nl;
Column { Column {
Group { Group {
Title(tr("Configuration")), title(tr("Configuration")),
Row { s.binaryPath } Row { s.binaryPath }
}, },
Group { Group {
Title(tr("Local Repositories")), title(tr("Local Repositories")),
Row { s.defaultRepoPath } Row { s.defaultRepoPath }
}, },
Group { Group {
Title(tr("User")), title(tr("User")),
Form { Form {
s.userName, nl, s.userName, br,
s.sslIdentityFile s.sslIdentityFile
} }
}, },
Group { Group {
Title(tr("Miscellaneous")), title(tr("Miscellaneous")),
Column { Column {
Row { Row {
s.logCount, s.logCount,