From 208a58f2b885cfccd07ba8d4344a25a2e18d5160 Mon Sep 17 00:00:00 2001 From: lucy Date: Thu, 12 Feb 2026 19:23:48 +0100 Subject: [PATCH] fix title text to fixed length --- modules/bar/Title.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bar/Title.qml b/modules/bar/Title.qml index 662737d..b16b40f 100644 --- a/modules/bar/Title.qml +++ b/modules/bar/Title.qml @@ -38,6 +38,7 @@ Rectangle { CustomText { id: titleText Layout.rightMargin: 10 + Layout.maximumWidth: 300 text: root.activeWindow ? root.activeWindow.activated ? root.activeWindow.title : "Desktop" : "Desktop" onTextChanged: { console.log(root.activeWindow.title);