From 8c915605f2ea16e84ec2ccf68cb48ec3ea54bb2f Mon Sep 17 00:00:00 2001 From: Damocles Date: Mon, 13 Apr 2026 22:40:15 +0200 Subject: [PATCH] fix volume panel disappearing: use animateHeight, remove inner height animation --- modules/Volume.qml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/modules/Volume.qml b/modules/Volume.qml index fd0e3e3..9631646 100644 --- a/modules/Volume.qml +++ b/modules/Volume.qml @@ -107,6 +107,7 @@ M.BarSection { accentColor: root.accentColor panelNamespace: "nova-volume" contentWidth: 220 + animateHeight: true // Compact: slider row Item { @@ -230,16 +231,6 @@ M.BarSection { id: deviceList width: parent.width visible: root._expanded - clip: true - - property real _targetHeight: root._expanded ? implicitHeight : 0 - height: _targetHeight - Behavior on height { - NumberAnimation { - duration: 200 - easing.type: Easing.OutCubic - } - } // Separator Rectangle {