mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-10 09:19:27 -05:00
6 lines
70 B
QML
6 lines
70 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
radius: Math.min(width, height) / 2
|
|
}
|