Explicitly enable hover on ConfigurationItem

Apparently the default for this depends on some system setting. In Nallath's computer that system setting makes it false by default for some reason.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-12-04 17:07:59 +01:00
parent de78c44461
commit 1544ab6cf0
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -12,6 +12,7 @@ Button
id: configurationItem
property var configuration: null
hoverEnabled: true
height: childrenRect.height