From 0eeaa6a04ee83c29f9f50d8b7997825640739e4f Mon Sep 17 00:00:00 2001 From: Damocles Date: Sun, 12 Apr 2026 22:47:33 +0200 Subject: [PATCH] window title: grow to content, spacer takes remaining space --- modules/Bar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bar.qml b/modules/Bar.qml index 80e4361..e400ba7 100644 --- a/modules/Bar.qml +++ b/modules/Bar.qml @@ -138,12 +138,12 @@ PanelWindow { } } M.BarGroup { - Layout.fillWidth: true clip: true M.WindowTitle { visible: M.Modules.windowTitle.enable } } + Item { Layout.fillWidth: true } } // ---- right ----