horizontal bar: fix oversized pills when floating + fix weather hover hitbox

This commit is contained in:
end-4
2025-08-19 22:10:45 +07:00
parent 222f083322
commit c452dd3538
2 changed files with 3 additions and 7 deletions
@@ -9,10 +9,9 @@ import QtQuick.Layouts
MouseArea {
id: root
property real margin: 10
property bool hovered: false
implicitWidth: rowLayout.implicitWidth + margin * 2
implicitHeight: rowLayout.implicitHeight
implicitWidth: rowLayout.implicitWidth + 10 * 2
implicitHeight: Appearance.sizes.barHeight
hoverEnabled: true