mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 19:26:19 +00:00
multi-bar: removed all globals bar properties
This commit is contained in:
@@ -17,7 +17,7 @@ Popup {
|
||||
width: 580
|
||||
height: {
|
||||
const h = scrollView.implicitHeight + padding * 2
|
||||
Math.min(h, screen?.height - Style.barHeight - Style.marginL * 2)
|
||||
Math.min(h, screen?.height - Style.marginL * 8)
|
||||
}
|
||||
padding: Style.marginXL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user