nosignal-shell/components/StyledRect.qml
2025-08-24 16:51:09 +10:00

11 lines
117 B
QML

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