Widen the agenda dot column to 24dp for more dot/time spacing

This commit is contained in:
2026-09-11 13:22:59 +02:00
parent cb07acb577
commit 229e5d1d32

View File

@@ -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