NPopupContextMenu radius does follow containers as the tray and tooltip do.

This commit is contained in:
Lemmy
2026-01-07 08:42:19 -05:00
parent 3f2f40468b
commit ea52f5dfb1
+2 -2
View File
@@ -188,7 +188,7 @@ PopupWindow {
color: Color.mSurface
border.color: Color.mOutline
border.width: Style.borderS
radius: Style.iRadiusM
radius: Style.radiusM
opacity: root.visible ? 1.0 : 0.0
Behavior on opacity {
@@ -236,7 +236,7 @@ PopupWindow {
id: innerRect
anchors.fill: parent
color: mouseArea.containsMouse ? Color.mHover : "transparent"
radius: Style.iRadiusS
radius: Style.radiusS
opacity: modelData.enabled !== false ? 1.0 : 0.5
Behavior on color {