From 245cb652ef89a141edafa107862cc96828998d69 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 16 May 2026 17:48:00 +0100 Subject: [PATCH] [presto] Make record detail cover 400px --- presto/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presto/main.py b/presto/main.py index fe57708d..7431f8b4 100644 --- a/presto/main.py +++ b/presto/main.py @@ -117,7 +117,7 @@ DAY_HEADER_TEXT_H = HEADER_TEXT_H DAY_COUNT_TEXT_H = TEXT_H # Detail view -DETAIL_COVER_SIZE = px(230) +DETAIL_COVER_SIZE = px(200) DETAIL_COVER_X = (WIDTH - DETAIL_COVER_SIZE) // 2 DETAIL_COVER_Y = DAY_HEADER_Y + DAY_HEADER_H + px(12) DETAIL_INFO_GAP = px(4)