mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Add missing HoverEnabled property
Some systems, like mine, don't have the hoverEnabled default set to true.
This commit is contained in:
parent
e04f14b50c
commit
1a6822436d
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,7 @@ Item
|
||||||
height: UM.Theme.getSize("stage_menu").height
|
height: UM.Theme.getSize("stage_menu").height
|
||||||
width: UM.Theme.getSize("stage_menu").height
|
width: UM.Theme.getSize("stage_menu").height
|
||||||
onClicked: Cura.Actions.open.trigger()
|
onClicked: Cura.Actions.open.trigger()
|
||||||
|
hoverEnabled: true
|
||||||
|
|
||||||
contentItem: UM.RecolorImage
|
contentItem: UM.RecolorImage
|
||||||
{
|
{
|
||||||
|
@ -115,6 +116,7 @@ Item
|
||||||
radius: UM.Theme.getSize("default_radius").width
|
radius: UM.Theme.getSize("default_radius").width
|
||||||
color: openFileButton.hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("action_button")
|
color: openFileButton.hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("action_button")
|
||||||
}
|
}
|
||||||
|
|
||||||
DropShadow
|
DropShadow
|
||||||
{
|
{
|
||||||
id: shadow
|
id: shadow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue