Browse Source

Removed blue border if slicing is not possible

CURA-5959
Jaime van Kessel 6 years ago
parent
commit
1a8df9e10e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ActionPanel/SliceProcessWidget.qml

+ 1 - 1
resources/qml/ActionPanel/SliceProcessWidget.qml

@@ -102,7 +102,7 @@ Column
 
 
         color: isSlicing ? UM.Theme.getColor("secondary"): UM.Theme.getColor("primary")
         color: isSlicing ? UM.Theme.getColor("secondary"): UM.Theme.getColor("primary")
         textColor: isSlicing ? UM.Theme.getColor("primary"): UM.Theme.getColor("button_text")
         textColor: isSlicing ? UM.Theme.getColor("primary"): UM.Theme.getColor("button_text")
-
+        outlineColor: "transparent"
         disabledColor: UM.Theme.getColor("action_button_disabled")
         disabledColor: UM.Theme.getColor("action_button_disabled")
         textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
         textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
         shadowEnabled: true
         shadowEnabled: true