diff --git a/Widgets/NPanel.qml b/Widgets/NPanel.qml index 32bb4fc1..18c8f533 100644 --- a/Widgets/NPanel.qml +++ b/Widgets/NPanel.qml @@ -554,6 +554,7 @@ Loader { color: Color.transparent border.color: Color.mPrimary border.width: Style.borderM + radius: Style.radiusL visible: panelBackground.isDragged && dragHandler.active opacity: 0.8 z: 3000 @@ -565,6 +566,7 @@ Loader { color: Color.transparent border.color: Color.mPrimary border.width: Style.borderS + radius: Style.radiusL opacity: 0.3 } } diff --git a/Widgets/NRectangleCurved.qml b/Widgets/NRectangleCurved.qml index a97bb245..7ffacade 100644 --- a/Widgets/NRectangleCurved.qml +++ b/Widgets/NRectangleCurved.qml @@ -42,6 +42,8 @@ Item { anchors.fill: parent color: root.backgroundColor radius: topLeftRadius // Use topLeftRadius as default + border.width: Style.borderS + border.color: Color.mOutline visible: !root.hasInvertedCorners topLeftRadius: root.topLeftRadius