TrayMenu: fixed bottom menu margin
This commit is contained in:
parent
b19fb316d9
commit
54c39ab8a3
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ PopupWindow {
|
|||
implicitWidth: menuWidth * scaling
|
||||
|
||||
// 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
|
||||
color: Color.transparent
|
||||
anchor.item: anchorItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue