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.
This commit is contained in:
Matt Lowe 2015-06-19 23:40:55 +02:00
parent e581ef77e5
commit 4cc959396f

View file

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