organize files

This commit is contained in:
Zacharias-Brohn
2026-02-23 16:22:28 +01:00
parent 2c56913367
commit cdefe3706f
40 changed files with 1783 additions and 103 deletions
+2 -3
View File
@@ -4,7 +4,6 @@ import Quickshell
import QtQuick
import qs.Components
import qs.Config
import qs.Modules as Modules
Item {
id: root
@@ -43,7 +42,7 @@ Item {
SequentialAnimation {
id: showAnim
Modules.Anim {
Anim {
target: root
property: "implicitHeight"
to: root.contentHeight
@@ -61,7 +60,7 @@ Item {
ScriptAction {
script: root.implicitHeight = root.implicitHeight
}
Modules.Anim {
Anim {
target: root
property: "implicitHeight"
to: 0