CURA-4870 Make the configuration pop-up open and close with one click.

Before it was the case in which sometimes the user needs two clicks for
that.
Also collapse the dropdown when the configuration is applied.
This commit is contained in:
Diego Prado Gesto 2018-03-14 15:15:43 +01:00
parent ff676c98a6
commit 61ce0c3154
3 changed files with 32 additions and 36 deletions

View file

@ -86,11 +86,6 @@ Button
label: Label {}
}
onClicked:
{
panelVisible = !panelVisible
}
Connections {
target: outputDevice
onUniqueConfigurationsChanged: {