1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04:00

Fix cropped profile image

This commit is contained in:
bbedward
2025-07-14 21:56:22 -04:00
parent f388840443
commit 0349b2c361
+3 -3
View File
@@ -149,12 +149,12 @@ PanelWindow {
} }
// Circular clipping container for profile image // Circular clipping container for profile image
Rectangle { ClippingRectangle {
anchors.fill: parent anchors.fill: parent
anchors.margins: 1 anchors.margins: 1
radius: 31 radius: width / 2
antialiasing: true
color: "transparent" color: "transparent"
clip: true
visible: parent.hasImage visible: parent.hasImage
Image { Image {