Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
325c96dc
Commit
325c96dc
authored
Jun 21, 2015
by
poixen
Browse files
Merge pull request #1156 from poixen/table_ratio
Reduced min table width
parents
e581ef77
4cc95939
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tablezone.h
View file @
325c96dc
...
@@ -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
=
1
5
*
CARD_WIDTH
/
2
;
static
const
int
MIN_WIDTH
=
1
0
*
CARD_WIDTH
/
2
;
/*
/*
Default background color, inactive mask and boarder gradient
Default background color, inactive mask and boarder gradient
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment