bar: fix weird tooltip hover target

This commit is contained in:
end-4
2025-08-14 21:11:40 +07:00
parent a28618ab78
commit 85a522ba14
5 changed files with 7 additions and 5 deletions
@@ -10,7 +10,7 @@ Item {
property bool borderless: Config.options.bar.borderless
property bool alwaysShowAllResources: false
implicitWidth: rowLayout.implicitWidth + rowLayout.anchors.leftMargin + rowLayout.anchors.rightMargin
implicitHeight: Appearance.sizes.barGroupHeight
implicitHeight: Appearance.sizes.barHeight
RowLayout {
id: rowLayout