mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
Allow 0 spacing
This commit is contained in:
@@ -103,7 +103,7 @@ PanelWindow {
|
||||
}
|
||||
return triggerX
|
||||
}
|
||||
readonly property real calculatedY: Math.max(Theme.spacingM, Math.min(screenHeight - popupHeight - Theme.spacingM, triggerY))
|
||||
readonly property real calculatedY: Math.max(0, Math.min(screenHeight - popupHeight - Theme.spacingM, triggerY))
|
||||
|
||||
width: popupWidth
|
||||
height: popupHeight
|
||||
|
||||
Reference in New Issue
Block a user