forked from qt-creator/qt-creator
QmlDesigner: Fix ButtonRow hover
Task-number: QDS-5134 Change-Id: I50fa43721d1eed8d5a81184bae24a8419d50911e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
0db724eb25
commit
f1962d6201
@@ -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
|
||||||
|
Reference in New Issue
Block a user