fix(dock): ensure frame indicator correctly fills the trigger area

This commit is contained in:
tibssy
2026-02-20 19:12:04 +00:00
parent c6f4a6bc16
commit 02bde2a90d
+1 -3
View File
@@ -648,9 +648,7 @@ Loader {
implicitWidth: isVertical ? ((showFrameIndicator || barAtSameEdge) ? indicatorThickness : peekHeight) : peekEdgeLength
Rectangle {
anchors.centerIn: parent
width: isVertical ? indicatorThickness : frameIndicatorLength
height: isVertical ? frameIndicatorLength : indicatorThickness
anchors.fill: parent
radius: indicatorThickness
color: Qt.alpha(Color.mPrimary, 0.6)
opacity: showFrameIndicator && frameIndicatorLength > 0 ? 1 : 0