From b43edb63b08adfd34c4d6839e2e5366f621fe394 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 15 May 2026 17:27:59 +0100 Subject: [PATCH] [presto] Show larger cover in detail --- presto/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presto/main.py b/presto/main.py index dd9cf335..3b4a82f7 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(150) +DETAIL_COVER_SIZE = px(240) DETAIL_COVER_X = (WIDTH - DETAIL_COVER_SIZE) // 2 DETAIL_COVER_Y = DAY_HEADER_Y + DAY_HEADER_H + px(12) DETAIL_INFO_GAP = px(4)