Change letter spacing

- Make it narrower
This commit is contained in:
Candifloss 2025-11-27 21:49:07 +05:30
parent 486db525e0
commit 9f0cbecdd8
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ export component DateWidget {
text: date_text; text: date_text;
color: white; color: white;
vertical-alignment: center; vertical-alignment: center;
letter-spacing: 0px;
} }
} }

View File

@ -22,6 +22,7 @@ export component TimeWidget {
text: time_text; text: time_text;
color: white; color: white;
vertical-alignment: center; vertical-alignment: center;
letter-spacing: 0px;
} }
} }

View File

@ -128,6 +128,7 @@ export component TopBar inherits Window {
vertical-alignment: center; vertical-alignment: center;
wrap: no-wrap; wrap: no-wrap;
overflow: elide; overflow: elide;
letter-spacing: 0px;
} }
} }
} }