bar: add "hella shortened" form for even narrower screens

This commit is contained in:
end-4
2025-05-24 11:44:07 +02:00
parent 0e74fc78e5
commit c8a4da6d8b
4 changed files with 32 additions and 10 deletions
@@ -260,7 +260,9 @@ Singleton {
property real barHeight: 40
property real barCenterSideModuleWidth: 360
property real barCenterSideModuleWidthShortened: 280
property real barShortenScreenWidth: 1200 // Bar will be shortened if screen width is at most this value
property real barCenterSideModuleWidthHellaShortened: 190
property real barShortenScreenWidthThreshold: 1200 // Shorten if screen width is at most this value
property real barHellaShortenScreenWidthThreshold: 1000 // Shorten even more...
property real sidebarWidth: 460
property real sidebarWidthExtended: 750
property real osdWidth: 200