window title: allow layout to shrink group when space is tight

This commit is contained in:
Damocles 2026-04-12 22:53:11 +02:00
parent 974613d811
commit d4ca0f9805

View file

@ -138,6 +138,7 @@ PanelWindow {
} }
} }
M.BarGroup { M.BarGroup {
Layout.minimumWidth: 0
clip: true clip: true
M.WindowTitle { M.WindowTitle {
visible: M.Modules.windowTitle.enable visible: M.Modules.windowTitle.enable