summaryrefslogtreecommitdiff
path: root/modules/bar/components/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/components/Clock.qml')
-rw-r--r--modules/bar/components/Clock.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/bar/components/Clock.qml b/modules/bar/components/Clock.qml
index 6758ea6..f3e3701 100644
--- a/modules/bar/components/Clock.qml
+++ b/modules/bar/components/Clock.qml
@@ -13,6 +13,8 @@ StyledRect {
text: "calendar_month"
color: root.colour
+
+ anchors.horizontalCenter: root.vertical ? parent.horizontalCenter : undefined
}
AnchorText {