Commit 325c96dc authored by poixen's avatar poixen
Browse files

Merge pull request #1156 from poixen/table_ratio

Reduced min table width
parents e581ef77 4cc95939
...@@ -24,7 +24,7 @@ private: ...@@ -24,7 +24,7 @@ private:
static const int PADDING_X = 35; static const int PADDING_X = 35;
static const int PADDING_Y = 10; static const int PADDING_Y = 10;
static const int MARGIN_X = 20; 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 Default background color, inactive mask and boarder gradient
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment