Merge pull request #2530 from Ultimaker/CL-457_cura_connect_visual

CL-457 cura connect visual
This commit is contained in:
jack 2017-10-02 14:40:13 +02:00 committed by GitHub
commit 575c3ebebb
12 changed files with 143 additions and 38 deletions

View file

@ -386,8 +386,6 @@ UM.MainWindow
visible: opacity > 0
opacity: base.showPrintMonitor ? 1 : 0
Behavior on opacity { NumberAnimation { duration: 100; } }
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.AllButtons