TrayMenu: fixed bottom menu margin

This commit is contained in:
LemmyCook 2025-08-25 13:47:02 -04:00
parent b19fb316d9
commit 54c39ab8a3

View file

@ -20,7 +20,7 @@ PopupWindow {
implicitWidth: menuWidth * scaling implicitWidth: menuWidth * scaling
// Use the content height of the Flickable for implicit height // Use the content height of the Flickable for implicit height
implicitHeight: Math.min(Screen.height * 0.9, flickable.contentHeight + (Style.marginM * 2 * scaling)) implicitHeight: Math.min(Screen.height * 0.9, flickable.contentHeight + (Style.marginS * 2 * scaling))
visible: false visible: false
color: Color.transparent color: Color.transparent
anchor.item: anchorItem anchor.item: anchorItem