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:
Alessandro Portale
2023-05-03 20:50:32 +02:00
parent b3a595fcfe
commit 6531dc4569
8 changed files with 15 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ MercurialSettingsPage::MercurialSettingsPage(MercurialSettings *settings)
Group {
title(Tr::tr("User")),
Form {
s.userName,
s.userName, br,
s.userEmail
}
},