change choreographergridlayout back to gridlayout

This commit is contained in:
end-4
2026-03-20 23:35:51 +01:00
parent 87f61b9331
commit 3f77086b93
@@ -2,10 +2,10 @@ pragma ComponentBehavior: Bound
import QtQuick
import QtQuick.Layouts
BoxLayout {
GridLayout {
id: root
vertical: true
columns: 1
property real totalDuration: 250
property real interval: totalDuration / count