center the cookie quote correctly

This commit is contained in:
darksignal7
2025-10-08 23:34:32 +03:00
parent 64455b594b
commit 74787f8927
@@ -345,8 +345,8 @@ Variants {
id: cookieQuoteLoader id: cookieQuoteLoader
visible: root.showQuote visible: root.showQuote
active: visible active: visible
anchors.horizontalCenter: parent.horizontalCenter
sourceComponent: CookieQuote {} sourceComponent: CookieQuote {}
anchors.horizontalCenter: cookieClockLoader.horizontalCenter
} }
} }