Utils: Use 'hr' for horizontal rule in layouts

More HTML-ish.

Change-Id: I45d2e474b2810f00422a03603aac125c6f845b81
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2022-08-29 17:38:41 +02:00
parent bbbc90ee1d
commit 373032925d
8 changed files with 22 additions and 18 deletions

View File

@@ -116,7 +116,7 @@ IosSettingsWidget::IosSettingsWidget()
st
},
},
HorizontalRule {},
hr,
Row { tr("Screenshot directory:"), m_pathWidget }
}
}