Proper hiding of ActiveWindow when no window is active
This commit is contained in:
parent
1b77f4882d
commit
765f6d5a1f
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue