Files
z-bar-qt/Components/CustomRect.qml
Zacharias-Brohn d56a0260fb formatter
2026-02-24 23:20:11 +01:00

13 lines
102 B
QML

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