tray: wireless password popout respect transparency
This commit is contained in:
parent
84638bfdb8
commit
1f719149da
1 changed files with 2 additions and 1 deletions
|
|
@ -79,7 +79,8 @@ ColumnLayout {
|
|||
implicitHeight: content.implicitHeight + Appearance.padding.large * 2
|
||||
|
||||
radius: Appearance.rounding.normal
|
||||
color: Colours.tPalette.m3surface
|
||||
color: Colours.tPalette.m3surfaceContainer
|
||||
visible: root.shouldBeVisible || root.isClosing
|
||||
opacity: root.shouldBeVisible && !root.isClosing ? 1 : 0
|
||||
scale: root.shouldBeVisible && !root.isClosing ? 1 : 0.7
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue