From 25f6f09d22810e1a4c871304ef0126d242974d82 Mon Sep 17 00:00:00 2001 From: darksignal7 Date: Sat, 4 Oct 2025 19:54:04 +0300 Subject: [PATCH] typo fix --- .config/quickshell/ii/modules/background/CookieClock.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/background/CookieClock.qml b/.config/quickshell/ii/modules/background/CookieClock.qml index ef0aef780..018016585 100644 --- a/.config/quickshell/ii/modules/background/CookieClock.qml +++ b/.config/quickshell/ii/modules/background/CookieClock.qml @@ -280,7 +280,7 @@ Item { anchors.top: parent.bottom anchors.topMargin: 24 - implicitWidth: quoteText.width + quoteIcon.width + 16 // 12 for spacing on both sides + implicitWidth: quoteText.width + quoteIcon.width + 16 // for spacing on both sides implicitHeight: showQuote ? quoteText.height + 8 : 0 radius: Appearance.rounding.small color: Appearance.colors.colSecondaryContainer @@ -315,6 +315,7 @@ Item { family: Appearance.font.family.main pixelSize: Appearance.font.pixelSize.large weight: Font.Normal + italic: true } } }