Add missing HoverEnabled property

Some systems, like mine, don't have the hoverEnabled default set to true.
This commit is contained in:
Jaime van Kessel 2018-11-27 12:01:43 +01:00
parent e04f14b50c
commit 1a6822436d

View file

@ -93,6 +93,7 @@ Item
height: UM.Theme.getSize("stage_menu").height
width: UM.Theme.getSize("stage_menu").height
onClicked: Cura.Actions.open.trigger()
hoverEnabled: true
contentItem: UM.RecolorImage
{
@ -115,6 +116,7 @@ Item
radius: UM.Theme.getSize("default_radius").width
color: openFileButton.hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("action_button")
}
DropShadow
{
id: shadow