sidebar: quick toggles: fix weird anim on startup

This commit is contained in:
end-4
2025-10-18 22:12:40 +02:00
parent a8ddbb5d2d
commit 6834d41f4b
@@ -22,10 +22,6 @@ GroupButton {
baseWidth: root.baseCellWidth * cellSize + cellSpacing * (cellSize - 1)
baseHeight: root.baseCellHeight
Behavior on baseWidth {
animation: Appearance.animation.elementMove.numberAnimation.createObject(this)
}
property bool editMode: false
signal openMenu()