From abb180c947eabab3b979d7981dcee29283fe15dd Mon Sep 17 00:00:00 2001 From: zach Date: Mon, 17 Aug 2026 13:24:08 +0200 Subject: [PATCH] fix status icons visibility in fullscreen + wrong property name --- Modules/Bar/Bar.qml | 1 + Modules/Bar/BarLoader.qml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Bar/Bar.qml b/Modules/Bar/Bar.qml index f898ae6..fe33739 100644 --- a/Modules/Bar/Bar.qml +++ b/Modules/Bar/Bar.qml @@ -138,6 +138,7 @@ GridLayout { delegate: EntryWrapper { StatusIcons { horizontal: root.horizontal + visible: !root.fullscreen || root.isHovered } } } diff --git a/Modules/Bar/BarLoader.qml b/Modules/Bar/BarLoader.qml index e34459f..fcdd178 100644 --- a/Modules/Bar/BarLoader.qml +++ b/Modules/Bar/BarLoader.qml @@ -79,7 +79,7 @@ Item { sourceComponent: Bar { fullscreen: root.fullscreen - height: root.contentHeight + height: root.contentThickness horizontal: root.horizontal isHovered: root.isHovered popouts: root.popouts