mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-07-01 21:17:29 -05:00
horizontal bar: fix oversized pills when floating + fix weather hover hitbox
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user