Index: sources/gui/qml/components/ModalDialog.qml =================================================================== diff -u -r31b1e7a5d69f014398827e16286f28515cd60e35 -r23121e17d1a6120ae4a31930e18de362d9533bcb --- sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 31b1e7a5d69f014398827e16286f28515cd60e35) +++ sources/gui/qml/components/ModalDialog.qml (.../ModalDialog.qml) (revision 23121e17d1a6120ae4a31930e18de362d9533bcb) @@ -81,8 +81,6 @@ NumPad { id: _numPad x : _root.width - _numPad.width y : 0 - slideToOpen : true - onCancel : _numPad.hide() } @@ -110,7 +108,6 @@ } } - NumberAnimation { id: _autoHideAnimation running: false target: _root