formatter

This commit is contained in:
Zacharias-Brohn
2026-02-24 23:20:11 +01:00
parent 40cd984b6d
commit d56a0260fb
202 changed files with 15037 additions and 15352 deletions
+4 -4
View File
@@ -7,18 +7,18 @@ Item {
id: root
ClippingRectangle {
radius: 1000
anchors.fill: parent
radius: 1000
Image {
id: userImage
anchors.fill: parent
sourceSize.width: parent.width
sourceSize.height: parent.height
asynchronous: true
fillMode: Image.PreserveAspectCrop
source: `${Paths.home}/.face`
sourceSize.height: parent.height
sourceSize.width: parent.width
}
}
}