mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-22 01:18:57 -08:00
Merge pull request #1156 from poixen/table_ratio
Reduced min table width
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user