From 486db525e0bb2222ae6a42f03753074400556a83 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Tue, 25 Nov 2025 00:15:51 +0530 Subject: [PATCH] Adjust window-name width - Shorter, cleaner look --- ui/topbar.slint | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/topbar.slint b/ui/topbar.slint index d2ec9dd..f38ddcb 100644 --- a/ui/topbar.slint +++ b/ui/topbar.slint @@ -123,6 +123,7 @@ export component TopBar inherits Window { // Current Window Title Text { + width: root.width/4; text: root.current_window_title; vertical-alignment: center; wrap: no-wrap;