mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 08:19:26 -05:00
10 lines
142 B
QML
10 lines
142 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
property double diameter
|
|
|
|
implicitWidth: diameter
|
|
implicitHeight: diameter
|
|
radius: diameter / 2
|
|
}
|