mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
add default width for History (also fixes stored width not being used)
This commit is contained in:
parent
9da01a1270
commit
f3cdad97e7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue