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;
using namespace Layouting;
const Break nl;
Column {
Group {
Title(tr("Configuration")),
title(tr("Configuration")),
Row { s.binaryPath }
},
Group {
Title(tr("Local Repositories")),
title(tr("Local Repositories")),
Row { s.defaultRepoPath }
},
Group {
Title(tr("User")),
title(tr("User")),
Form {
s.userName, nl,
s.userName, br,
s.sslIdentityFile
}
},
Group {
Title(tr("Miscellaneous")),
title(tr("Miscellaneous")),
Column {
Row {
s.logCount,