mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(dock): ensure frame indicator correctly fills the trigger area
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user