dots/shell/widgets/Separator.qml
2025-07-16 19:34:36 -04:00

9 lines
128 B
QML

import QtQuick
import ".."
Rectangle {
color: ShellSettings.colors["active"]
radius: 5
width: 3.5
height: 15
}