diff --git a/src/qml/Base/HBox.qml b/src/qml/Base/HBox.qml index 5f4475f5..de9941c9 100644 --- a/src/qml/Base/HBox.qml +++ b/src/qml/Base/HBox.qml @@ -41,6 +41,13 @@ Rectangle { } + HNumberAnimation on scale { + running: true + from: 0 + to: 1 + overshoot: 3 + } + HColumnLayout { id: mainColumn width: parent.width