forked from qt-creator/qt-creator
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:
@@ -137,7 +137,7 @@ AndroidSdkManagerWidget::AndroidSdkManagerWidget(AndroidConfig &config,
|
||||
Column {
|
||||
Row { tr("Channel:"), channelCheckbox },
|
||||
obsoleteCheckBox,
|
||||
HorizontalRule {},
|
||||
hr,
|
||||
showAvailableRadio,
|
||||
showInstalledRadio,
|
||||
showAllRadio,
|
||||
|
||||
Reference in New Issue
Block a user