From 1f719149daa7d5a1ec64f4c9dfe1ac44a66584cb Mon Sep 17 00:00:00 2001 From: ATMDA Date: Sun, 16 Nov 2025 20:08:34 -0500 Subject: tray: wireless password popout respect transparency --- modules/bar/popouts/WirelessPassword.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/bar') diff --git a/modules/bar/popouts/WirelessPassword.qml b/modules/bar/popouts/WirelessPassword.qml index a9d098e..d91c87c 100644 --- a/modules/bar/popouts/WirelessPassword.qml +++ b/modules/bar/popouts/WirelessPassword.qml @@ -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 -- cgit v1.2.3-freya