mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
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:
parent
ff676c98a6
commit
61ce0c3154
3 changed files with 32 additions and 36 deletions
|
@ -86,11 +86,6 @@ Button
|
|||
label: Label {}
|
||||
}
|
||||
|
||||
onClicked:
|
||||
{
|
||||
panelVisible = !panelVisible
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: outputDevice
|
||||
onUniqueConfigurationsChanged: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue