diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Clock.qml')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Clock.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Clock.qml b/accounts/gkleen@sif/shell/quickshell/Clock.qml index 382af168..4644d5e7 100644 --- a/accounts/gkleen@sif/shell/quickshell/Clock.qml +++ b/accounts/gkleen@sif/shell/quickshell/Clock.qml | |||
@@ -99,9 +99,10 @@ Item { | |||
99 | id: clockTooltipContent | 99 | id: clockTooltipContent |
100 | 100 | ||
101 | margin: 8 | 101 | margin: 8 |
102 | leftMargin: 0 | ||
103 | 102 | ||
104 | ColumnLayout { | 103 | ColumnLayout { |
104 | anchors.centerIn: parent | ||
105 | |||
105 | Text { | 106 | Text { |
106 | id: yearLabel | 107 | id: yearLabel |
107 | 108 | ||