diff --git a/dots/.config/quickshell/ii/modules/common/widgets/Revealer.qml b/dots/.config/quickshell/ii/modules/common/widgets/Revealer.qml index bbbe2efae..ccd9e5094 100644 --- a/dots/.config/quickshell/ii/modules/common/widgets/Revealer.qml +++ b/dots/.config/quickshell/ii/modules/common/widgets/Revealer.qml @@ -12,7 +12,7 @@ Item { implicitWidth: (reveal || vertical) ? childrenRect.width : 0 implicitHeight: (reveal || !vertical) ? childrenRect.height : 0 - visible: reveal || (width > 0 && height > 0) + visible: reveal || (implicitWidth > 0 && !vertical) || (implicitHeight > 0 && vertical) Behavior on implicitWidth { enabled: !vertical