forked from Shinonome/dots-hyprland
change choreographergridlayout back to gridlayout
This commit is contained in:
@@ -2,10 +2,10 @@ pragma ComponentBehavior: Bound
|
|||||||
import QtQuick
|
import QtQuick
|
||||||
import QtQuick.Layouts
|
import QtQuick.Layouts
|
||||||
|
|
||||||
BoxLayout {
|
GridLayout {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
vertical: true
|
columns: 1
|
||||||
property real totalDuration: 250
|
property real totalDuration: 250
|
||||||
property real interval: totalDuration / count
|
property real interval: totalDuration / count
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user