diff options
Diffstat (limited to 'modules/bar/Clock.qml')
| -rw-r--r-- | modules/bar/Clock.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |