QmlDesigner: Fix ButtonRow hover

Task-number: QDS-5134
Change-Id: I50fa43721d1eed8d5a81184bae24a8419d50911e
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2021-09-24 17:22:21 +02:00
committed by Henning Gründl
parent 0db724eb25
commit f1962d6201

View File

@@ -48,6 +48,8 @@ Row {
// + StudioTheme.Values.border on width because of negative spacing on the row // + StudioTheme.Values.border on width because of negative spacing on the row
width: actionIndicator.visible ? myButtonRow.__actionIndicatorWidth + StudioTheme.Values.border : 0 width: actionIndicator.visible ? myButtonRow.__actionIndicatorWidth + StudioTheme.Values.border : 0
height: actionIndicator.visible ? myButtonRow.__actionIndicatorHeight : 0 height: actionIndicator.visible ? myButtonRow.__actionIndicatorHeight : 0
onHoverChanged: myButtonRow.hoverCallback()
} }
spacing: -StudioTheme.Values.border spacing: -StudioTheme.Values.border