forked from External/mage
Merge pull request 'master' (#40) from External/mage:master into master
All checks were successful
/ build_release (push) Successful in 21m46s
All checks were successful
/ build_release (push) Successful in 21m46s
Reviewed-on: #40
This commit is contained in:
commit
466f6ed385
630 changed files with 15838 additions and 2561 deletions
|
|
@ -575,7 +575,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
|
||||
// Constants
|
||||
private static final int DEFAULT_COUNT_LABEL_HEIGHT = 40; // can contain 1 or 2 lines
|
||||
public static final int GRID_PADDING = 20;
|
||||
public static final int GRID_PADDING = 12;
|
||||
|
||||
private static final ImageIcon INSERT_ROW_ICON = new ImageIcon(DragCardGrid.class.getClassLoader().getResource("editor_insert_row.png"));
|
||||
private static final ImageIcon INSERT_COL_ICON = new ImageIcon(DragCardGrid.class.getClassLoader().getResource("editor_insert_col.png"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue