diff --git a/Widgets/ControlCenter/ControlCenterPopup.qml b/Widgets/ControlCenter/ControlCenterPopup.qml index 804ff6b8..7dda8064 100644 --- a/Widgets/ControlCenter/ControlCenterPopup.qml +++ b/Widgets/ControlCenter/ControlCenterPopup.qml @@ -149,12 +149,12 @@ PanelWindow { } // Circular clipping container for profile image - Rectangle { + ClippingRectangle { anchors.fill: parent anchors.margins: 1 - radius: 31 + radius: width / 2 + antialiasing: true color: "transparent" - clip: true visible: parent.hasImage Image {