mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:19:03 +08:00
show star on hover
CURA-8979
This commit is contained in:
parent
59b7d20f75
commit
bf784dbba0
@ -87,7 +87,7 @@ Rectangle
|
||||
{
|
||||
name: "favorite"
|
||||
when: material !== null && material.is_favorite
|
||||
PropertyChanges { target: favoriteIndicator; source: UM.Theme.getIcon("StarFilled"); color: UM.Theme.getColor("primary") }
|
||||
PropertyChanges { target: favoriteIndicator; source: UM.Theme.getIcon("StarFilled");}
|
||||
PropertyChanges { target: favoriteButton; visible: true }
|
||||
},
|
||||
State
|
||||
@ -109,7 +109,7 @@ Rectangle
|
||||
anchors.centerIn: parent
|
||||
width: UM.Theme.getSize("small_button_icon").width
|
||||
height: UM.Theme.getSize("small_button_icon").height
|
||||
color: UM.Theme.getColor("text_inactive")
|
||||
color: UM.Theme.getColor("primary")
|
||||
source: UM.Theme.getIcon("Star")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user