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