From 48ad909431241be27b8df592244ff630bcaa45c8 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Mon, 2 Oct 2017 11:45:09 +0200 Subject: [PATCH] CL-457 removed commented out code --- plugins/UM3NetworkPrinting/PrinterInfoBlock.qml | 13 ------------- resources/qml/Cura.qml | 5 ----- 2 files changed, 18 deletions(-) diff --git a/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml b/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml index ac869cf80c..f8c957880a 100644 --- a/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml +++ b/plugins/UM3NetworkPrinting/PrinterInfoBlock.qml @@ -145,19 +145,6 @@ Rectangle anchors.rightMargin: parent.rightMargin source: "camera-icon.svg" } - - // FIXME: Currently using Image instead of UM.RecolorImage because RecolorImage has - // the bad side effect of scaling/shrinking the image on my HiDPI laptop screen(!) - - // UM.RecolorImage - // { - // anchors.verticalCenter: parent.verticalCenter - // anchors.horizontalCenter: parent.horizontalCenter - // source: "camera-icon.svg" - // width: sourceSize.width - // height: sourceSize.height * width / sourceSize.width - // color: "white" - // } } Row // PrintCode config diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index c157396c7d..455b8afdfc 100755 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -386,11 +386,6 @@ UM.MainWindow visible: opacity > 0 opacity: base.showPrintMonitor ? 1 : 0 - // Behavior on opacity { NumberAnimation { duration: 100; } } - - // ^ This has been turned off to prevent the flash of blue when switch from - // Monitor tab to Prepare in combination with a Cura Connect printer. - MouseArea { anchors.fill: parent acceptedButtons: Qt.AllButtons