Skip to content

Commit

Permalink
Databrowser: Prefer mode 9 over 4 for dashboard listbox
Browse files Browse the repository at this point in the history
This is more intuitive to use.
  • Loading branch information
t-b committed Feb 10, 2025
1 parent 8b82e78 commit 631a97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_Constants.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Constant DAQ_CONFIG_WAVE_VERSION = 3

/// Used to upgrade the GuiStateWave as well as the DA Ephys panel
Constant DA_EPHYS_PANEL_VERSION = 64
Constant DATA_SWEEP_BROWSER_PANEL_VERSION = 51
Constant DATA_SWEEP_BROWSER_PANEL_VERSION = 52
Constant WAVEBUILDER_PANEL_VERSION = 14
Constant ANALYSISBROWSER_PANEL_VERSION = 6
Constant PSX_PLOT_PANEL_VERSION = 1
Expand Down
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_DataBrowser_Macro.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ Window DataBrowser() : Graph
ListBox list_dashboard, userdata(ResizeControlsInfo)+=A"zzzzzzzzzzzz!!#u:Du]k<zzzzzzzzzzz"
ListBox list_dashboard, userdata(ResizeControlsInfo)+=A"zzz!!#?(FEDG<zzzzzzzzzzzzzz!!!"
ListBox list_dashboard, userdata(Config_DontRestore)="1"
ListBox list_dashboard, userdata(Config_DontSave)="1", fSize=12, mode=4
ListBox list_dashboard, userdata(Config_DontSave)="1", fSize=12, mode=9
ListBox list_dashboard, widths={141, 109, 77}, userColumnResize=1
CheckBox check_BrowserSettings_DS, pos={186.00, 47.00}, size={51.00, 15.00}, disable=1, proc=AD_CheckProc_Toggle
CheckBox check_BrowserSettings_DS, title="enable"
Expand Down

0 comments on commit 631a97c

Please sign in to comment.