Proper hiding of ActiveWindow when no window is active

This commit is contained in:
LemmyCook 2025-08-22 18:51:27 -04:00
parent 1b77f4882d
commit 765f6d5a1f

View file

@ -7,6 +7,7 @@ import qs.Commons
import qs.Services
import qs.Widgets
Row {
id: root
anchors.verticalCenter: parent.verticalCenter
@ -62,6 +63,7 @@ Row {
Rectangle {
// Let the Rectangle size itself based on its content (the Row)
visible: root.visible
width: row.width + Style.marginM * scaling * 2
height: Math.round(Style.capsuleHeight * scaling)
radius: Math.round(Style.radiusM * scaling)