From 229e5d1d327d68c33d60f18af98b179cc26e2932 Mon Sep 17 00:00:00 2001 From: Jonas Haugesen Date: Fri, 11 Sep 2026 13:22:59 +0200 Subject: [PATCH] Widen the agenda dot column to 24dp for more dot/time spacing --- .../ui/launcher/widgets/clock/parts/CalendarPartProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/clock/parts/CalendarPartProvider.kt b/app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/clock/parts/CalendarPartProvider.kt index 2958d009c..48f6b3f52 100644 --- a/app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/clock/parts/CalendarPartProvider.kt +++ b/app/ui/src/main/java/de/mm20/launcher2/ui/launcher/widgets/clock/parts/CalendarPartProvider.kt @@ -77,7 +77,7 @@ private const val RefreshInterval = 15 * 60 * 1000L private const val Ranking = 30 /** Width of the dot column. Kept fixed so the rows line up with each other. */ -private val DotColumn = 20.dp +private val DotColumn = 24.dp /** Width of the time column. Wide enough for "11:59 PM" and "all-day". */ private val TimeColumn = 64.dp