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 {