formatter
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user