mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
change choreographergridlayout back to gridlayout
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user