bar/systray: add some more margin to text

This commit is contained in:
kossLAN 2025-06-09 22:00:59 -04:00
parent d2149e0705
commit b55f89a00d
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 3 additions and 1 deletions

View file

@ -127,7 +127,7 @@ PopupWindow {
Item {
id: popupContent
implicitWidth: Math.max(root.content?.width, 120)
implicitWidth: Math.max(root.content?.width, 60)
implicitHeight: Math.max(childrenRect.height, 60)
Behavior on opacity {