mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-09 16:59:27 -05:00
10 lines
140 B
QML
10 lines
140 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
property real diameter
|
|
|
|
implicitWidth: diameter
|
|
implicitHeight: diameter
|
|
radius: diameter / 2
|
|
}
|