diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 85b17e28a2..35048925eb 100755 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -447,7 +447,7 @@ UM.MainWindow right: sidebar.left } visible: opacity > 0 - opacity: base.showPrintMonitor ? 0.75 : 0 + opacity: base.showPrintMonitor ? 1 : 0 Behavior on opacity { NumberAnimation { duration: 100; } }