WIP: Complete add network and local printer flow

This commit is contained in:
Lipu Fei 2019-03-13 10:21:01 +01:00
parent cc35eb0195
commit 5fa2c72b0d
5 changed files with 51 additions and 13 deletions

View file

@ -43,10 +43,7 @@ Cura.RoundedRectangle
onEntered: base.hovered = true
onExited: base.hovered = false
onClicked: {
base.contentShown = !base.contentShown
base.clicked()
}
onClicked: base.clicked()
}
Label