Commit 78247ac4 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

lowered default table width

parent 7dcb26d4
...@@ -11,7 +11,7 @@ private: ...@@ -11,7 +11,7 @@ private:
static const int boxLineWidth = 10; static const int boxLineWidth = 10;
static const int paddingY = 20; static const int paddingY = 20;
static const int marginX = 20; static const int marginX = 20;
static const int minWidth = 20 * CARD_WIDTH / 2; static const int minWidth = 15 * CARD_WIDTH / 2;
QMap<int, int> gridPointWidth; QMap<int, int> gridPointWidth;
int width, height; int width, height;
......
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