forked from External/mage
Added save/restore of column width of active tables.
This commit is contained in:
parent
4e0929e3f2
commit
987a62448e
3 changed files with 46 additions and 26 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue