add default width for History (also fixes stored width not being used)

This commit is contained in:
GrayedFox 2018-05-23 19:06:01 +02:00
parent 9da01a1270
commit f3cdad97e7
No known key found for this signature in database
GPG key ID: 7FF4748DBF28C93F

View file

@ -71,7 +71,7 @@ import static mage.client.dialog.PreferencesDialog.KEY_TABLES_DIVIDER_LOCATION_4
public class TableWaitingDialog extends MageDialog {
private static final Logger LOGGER = Logger.getLogger(TableWaitingDialog.class);
private static final int[] DEFAULT_COLUMNS_WIDTH = {20, 50, 100, 100, 100};
private static final int[] DEFAULT_COLUMNS_WIDTH = {20, 50, 100, 100, 100, 100};
private UUID tableId;
private UUID roomId;