window title: fill available space, clip overflow

This commit is contained in:
Damocles 2026-04-12 22:36:22 +02:00
parent 32a1bb8fa8
commit ff005acc60

View file

@ -138,14 +138,12 @@ PanelWindow {
} }
} }
M.BarGroup { M.BarGroup {
Layout.fillWidth: true
clip: true
M.WindowTitle { M.WindowTitle {
Layout.maximumWidth: 400
visible: M.Modules.windowTitle.enable visible: M.Modules.windowTitle.enable
} }
} }
Item {
Layout.fillWidth: true
}
} }
// ---- right ---- // ---- right ----