forked from qt-creator/qt-creator
Adapt to upstream change
Change-Id: I1d1f793aa6506652fad20ea8d198c5331e6e402f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user