This commit is contained in:
jpirnay
2026-05-20 00:56:57 +02:00
parent 63e9dfe59a
commit bfe236fe69
2 changed files with 19 additions and 14 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "fontIds.h"
CardLayout::CardLayout(GfxRenderer& renderer, Rect contentRect, int startY, Config cfg)
CardLayout::CardLayout(GfxRenderer& renderer, Rect contentRect, int startY, CardLayoutConfig cfg)
: renderer_(renderer), contentRect_(contentRect), cfg_(cfg), y_(startY) {
cardLeft_ = contentRect.x + cfg_.outerMarginX;
cardWidth_ = contentRect.width - cfg_.outerMarginX * 2;