mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Remove unneeded property change
CURA-8421
This commit is contained in:
parent
dc181a3426
commit
f55e3363d0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Item
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: UM.Theme.getSize("action_button_radius").width
|
radius: UM.Theme.getSize("action_button_radius").width
|
||||||
color: applicationSwitcherButton.hovered ? UM.Theme.getColor("primary_text") : "transparent"
|
color: UM.Theme.getColor("primary_text")
|
||||||
opacity: applicationSwitcherButton.hovered ? 0.2 : 0
|
opacity: applicationSwitcherButton.hovered ? 0.2 : 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue