mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 11:47:50 -06:00
Remove transitions when collapsing/expanding the printer category in
the add printer dialog.
This commit is contained in:
parent
3ab8568a87
commit
02c97052eb
1 changed files with 0 additions and 22 deletions
|
@ -213,28 +213,6 @@ UM.Dialog
|
||||||
|
|
||||||
PropertyChanges { target: machineButton; opacity: 0; height: 0; }
|
PropertyChanges { target: machineButton; opacity: 0; height: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
transitions:
|
|
||||||
[
|
|
||||||
Transition
|
|
||||||
{
|
|
||||||
to: "collapsed";
|
|
||||||
SequentialAnimation
|
|
||||||
{
|
|
||||||
NumberAnimation { property: "opacity"; duration: 75; }
|
|
||||||
NumberAnimation { property: "height"; duration: 75; }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
Transition
|
|
||||||
{
|
|
||||||
from: "collapsed";
|
|
||||||
SequentialAnimation
|
|
||||||
{
|
|
||||||
NumberAnimation { property: "height"; duration: 75; }
|
|
||||||
NumberAnimation { property: "opacity"; duration: 75; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue