multi-bar: removed all globals bar properties

This commit is contained in:
ItsLemmy
2025-11-05 00:33:47 -05:00
parent 8c8ee2def3
commit 569a5ba8df
52 changed files with 532 additions and 438 deletions
+1 -1
View File
@@ -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