Add missing hoverEnabled property

This commit is contained in:
Jaime van Kessel 2018-11-27 14:54:49 +01:00
parent e863c34f68
commit 82ea562dc3

View file

@ -14,6 +14,7 @@ Button
anchors.right: parent.right
anchors.leftMargin: UM.Theme.getSize("thick_margin").width
anchors.rightMargin: UM.Theme.getSize("thick_margin").width
hoverEnabled: true
background: Rectangle
{
id: backgroundRectangle