forked from qt-creator/qt-creator
Layouts: Add missing "br"s to terminate Form lines
This restores the layout of various forms to the state prior to the LayoutHelper changes. Change-Id: I9b88229485b257ca7454d688aa0a9b1984206496 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -85,7 +85,7 @@ CvsSettingsPage::CvsSettingsPage(CvsSettings *settings)
|
||||
Group {
|
||||
title(Tr::tr("Configuration")),
|
||||
Form {
|
||||
s.binaryPath,
|
||||
s.binaryPath, br,
|
||||
s.cvsRoot
|
||||
}
|
||||
},
|
||||
@@ -93,7 +93,7 @@ CvsSettingsPage::CvsSettingsPage(CvsSettings *settings)
|
||||
title(Tr::tr("Miscellaneous")),
|
||||
Column {
|
||||
Form {
|
||||
s.timeout,
|
||||
s.timeout, br,
|
||||
s.diffOptions,
|
||||
},
|
||||
s.describeByCommitId,
|
||||
|
||||
Reference in New Issue
Block a user