fix window title visibility and elision, document weather.interval
This commit is contained in:
parent
e1565bdd59
commit
25bc3954cb
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue