mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 03:54:01 -06:00
CL-457 removed commented out code
This commit is contained in:
parent
2264c6c303
commit
48ad909431
2 changed files with 0 additions and 18 deletions
|
@ -145,19 +145,6 @@ Rectangle
|
||||||
anchors.rightMargin: parent.rightMargin
|
anchors.rightMargin: parent.rightMargin
|
||||||
source: "camera-icon.svg"
|
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
|
Row // PrintCode config
|
||||||
|
|
|
@ -386,11 +386,6 @@ UM.MainWindow
|
||||||
visible: opacity > 0
|
visible: opacity > 0
|
||||||
opacity: base.showPrintMonitor ? 1 : 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 {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
acceptedButtons: Qt.AllButtons
|
acceptedButtons: Qt.AllButtons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue