diff --git a/qml/main.qml b/qml/main.qml index bc9f685..994b20f 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -80,6 +80,7 @@ Item { // App name StandardItem { id: acticityItem + animationEnabled: true Layout.fillHeight: true Layout.preferredWidth: acticityLayout.implicitWidth ? Math.min(acticityLayout.implicitWidth + FishUI.Units.largeSpacing, rootItem.width / 2)