Browse Source

Remove unneeded property change

CURA-8421
Jaime van Kessel 3 years ago
parent
commit
f55e3363d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml

+ 1 - 1
resources/qml/ApplicationSwitcher/ApplicationSwitcher.qml

@@ -26,7 +26,7 @@ Item
             {
                 anchors.fill: parent
                 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
             }