forked from External/mage
Added save/restore of active table columns order.
This commit is contained in:
parent
9fb75d3877
commit
e662111ddd
3 changed files with 38 additions and 23 deletions
|
|
@ -138,6 +138,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
// pref settings of table settings and filtering
|
||||
public static final String KEY_TABLES_FILTER_SETTINGS = "tablePanelFilterSettings";
|
||||
public static final String KEY_TABLES_COLUMNS_WIDTH = "tablePanelColumnWidth";
|
||||
public static final String KEY_TABLES_COLUMNS_ORDER = "tablePanelColumnSort";
|
||||
|
||||
// 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