From 123676bd42b1ca6edec86688ab282ec9691b814c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:11:38 +1000 Subject: bar: workspaces better anim Also make it work for vertical --- modules/bar/Clock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/Clock.qml') diff --git a/modules/bar/Clock.qml b/modules/bar/Clock.qml index 0daf0c8..a34cc2c 100644 --- a/modules/bar/Clock.qml +++ b/modules/bar/Clock.qml @@ -19,7 +19,7 @@ BoxLayout { } Label { - horizontalAlignment: Text.AlignJustify + horizontalAlignment: Label.AlignHCenter text: root.vertical ? Time.format("hh\nmm") : Time.format("dd/MM/yy hh:mm") font.pointSize: Appearance.font.size.smaller font.family: Appearance.font.family.mono -- cgit v1.2.3-freya