From 216a44274e980c2c25b1e10e336767aa2cd905a2 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:35:51 +0100 Subject: [PATCH] change choreographergridlayout back to gridlayout --- .../ii/modules/common/widgets/ChoreographerGridLayout.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/widgets/ChoreographerGridLayout.qml b/dots/.config/quickshell/ii/modules/common/widgets/ChoreographerGridLayout.qml index 1581f0601..76daccad4 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/ChoreographerGridLayout.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/ChoreographerGridLayout.qml @@ -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