From 705ff114655eba5ee57b531ec555401be74d3342 Mon Sep 17 00:00:00 2001 From: reionwong Date: Fri, 23 Jul 2021 19:02:12 +0800 Subject: [PATCH] App name item to add animation --- qml/main.qml | 1 + 1 file changed, 1 insertion(+) 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)