From ff005acc60b3c262c40e6377a48f0be0f09c0592 Mon Sep 17 00:00:00 2001 From: Damocles Date: Sun, 12 Apr 2026 22:36:22 +0200 Subject: [PATCH] window title: fill available space, clip overflow --- modules/Bar.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/Bar.qml b/modules/Bar.qml index b8c5d26..80e4361 100644 --- a/modules/Bar.qml +++ b/modules/Bar.qml @@ -138,14 +138,12 @@ PanelWindow { } } M.BarGroup { + Layout.fillWidth: true + clip: true M.WindowTitle { - Layout.maximumWidth: 400 visible: M.Modules.windowTitle.enable } } - Item { - Layout.fillWidth: true - } } // ---- right ----