From 4cc959396f9aa9f53c790947c001994d3bad18d9 Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Fri, 19 Jun 2015 23:40:55 +0200 Subject: [PATCH] Reduced min table width The initial table width is too high. The table starts to scale down far too soon, meaning you have to play in a letterbox ratio. --- cockatrice/src/tablezone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/tablezone.h b/cockatrice/src/tablezone.h index 9b362efa..073e7b12 100644 --- a/cockatrice/src/tablezone.h +++ b/cockatrice/src/tablezone.h @@ -24,7 +24,7 @@ private: static const int PADDING_X = 35; static const int PADDING_Y = 10; static const int MARGIN_X = 20; - static const int MIN_WIDTH = 15 * CARD_WIDTH / 2; + static const int MIN_WIDTH = 10 * CARD_WIDTH / 2; /* Default background color, inactive mask and boarder gradient