Files
z-bar-qt/Greeter/Components/CustomRect.qml
T
Zacharias-Brohn 6b482979fe greeter test
2026-03-18 23:39:37 +01:00

13 lines
102 B
QML

import QtQuick
Rectangle {
id: root
color: "transparent"
Behavior on color {
CAnim {
}
}
}