fix window title visibility and elision, document weather.interval

This commit is contained in:
Damocles 2026-04-17 00:54:05 +02:00
parent e1565bdd59
commit 25bc3954cb
3 changed files with 9 additions and 3 deletions

View file

@ -142,9 +142,12 @@ PanelWindow {
}
}
M.BarGroup {
id: _windowTitleGroup
Layout.minimumWidth: 0
clip: true
M.WindowTitle {}
M.WindowTitle {
width: Math.max(0, centerSection.x - _windowTitleGroup.x - 2 * M.Theme.groupPadding - M.Theme.groupSpacing)
}
}
Item {
Layout.fillWidth: true