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;