Adjust window-name width

- Shorter, cleaner look
This commit is contained in:
Candifloss 2025-11-25 00:15:51 +05:30
parent 8992d14a7b
commit 486db525e0

View File

@ -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;