mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
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:
parent
de78c44461
commit
1544ab6cf0
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Button
|
|||
id: configurationItem
|
||||
|
||||
property var configuration: null
|
||||
hoverEnabled: true
|
||||
|
||||
height: childrenRect.height
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue