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>
(cherry picked from commit e156854fc3)
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
c0d50cd00a
commit
18a3a55d95
@@ -193,7 +193,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