bar: add shortened form for narrow screens

This commit is contained in:
end-4
2025-05-24 11:15:47 +02:00
parent ddb434662b
commit 0e74fc78e5
2 changed files with 11 additions and 5 deletions
@@ -259,7 +259,8 @@ Singleton {
sizes: QtObject {
property real barHeight: 40
property real barCenterSideModuleWidth: 360
property real barPreferredSideSectionWidth: 400
property real barCenterSideModuleWidthShortened: 280
property real barShortenScreenWidth: 1200 // Bar will be shortened if screen width is at most this value
property real sidebarWidth: 460
property real sidebarWidthExtended: 750
property real osdWidth: 200