mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
9 lines
125 B
QML
9 lines
125 B
QML
import QtQuick
|
|
import ".."
|
|
|
|
Rectangle {
|
|
color: ShellGlobals.colors.accent
|
|
radius: 5
|
|
width: 7.5
|
|
height: 7.5
|
|
}
|