From 077922c6672ce1707e77db3f02ee33468a20fc99 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 10 Aug 2025 16:15:29 +0700 Subject: [PATCH] fix wrong circular progress prop name --- .../ii/modules/sidebarRight/pomodoro/PomodoroTimer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/sidebarRight/pomodoro/PomodoroTimer.qml b/.config/quickshell/ii/modules/sidebarRight/pomodoro/PomodoroTimer.qml index 439c06ee4..a7a5cc48f 100644 --- a/.config/quickshell/ii/modules/sidebarRight/pomodoro/PomodoroTimer.qml +++ b/.config/quickshell/ii/modules/sidebarRight/pomodoro/PomodoroTimer.qml @@ -26,7 +26,7 @@ Item { value: { return TimerService.pomodoroSecondsLeft / TimerService.pomodoroLapDuration; } - size: 200 + implicitSize: 200 enableAnimation: true ColumnLayout {