Added save/restore of column width of active tables.

This commit is contained in:
LevelX2 2015-04-26 10:31:24 +02:00
parent 4e0929e3f2
commit 987a62448e
3 changed files with 46 additions and 26 deletions

View file

@ -136,7 +136,8 @@ public class PreferencesDialog extends javax.swing.JDialog {
public static final String KEY_MAGE_PANEL_LAST_SIZE = "gamepanelLastSize";
// pref settings of table settings and filtering
public static final String KEY_TABLES_FILTER_FORMATS = "tablePanelFilterFormats";
public static final String KEY_TABLES_FILTER_SETTINGS = "tablePanelFilterSettings";
public static final String KEY_TABLES_COLUMNS_WIDTH = "tablePanelColumnWidth";
// positions of divider bars
public static final String KEY_TABLES_DIVIDER_LOCATION_1 = "tablePanelDividerLocation1";