forked from qt-creator/qt-creator
QmlDesigner: One more missing qualification
Change-Id: I394e58b2cccdfbfcacd13ff2c5cefba8d4719ef4 Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
@@ -195,7 +195,7 @@ Controls.Popup {
|
||||
boundsMovement: Flickable.StopAtBounds
|
||||
boundsBehavior: Flickable.StopAtBounds
|
||||
|
||||
ScrollBar.vertical: HelperWidgets.ScrollBar {
|
||||
Controls.ScrollBar.vertical: HelperWidgets.ScrollBar {
|
||||
id: treeScrollBar
|
||||
parent: treeView
|
||||
x: treeView.width - treeScrollBar.width
|
||||
|
Reference in New Issue
Block a user