From 98aca201977a6760ded9dffc6524e8f79409c8d1 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Sun, 30 Apr 2017 22:27:07 +0200 Subject: [PATCH] Fix hover effect on "enable support" checkbox --- resources/qml/SidebarSimple.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 8f43e411ff..915530bbaf 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -240,6 +240,8 @@ Item CheckBox { id: enableSupportCheckBox + property alias _hovered: enableSupportMouseArea.containsMouse + anchors.top: parent.top anchors.left: enableSupportLabel.right anchors.leftMargin: UM.Theme.getSize("default_margin").width