Skip to content

Commit

Permalink
ERPLAB v11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidg622 committed Jun 10, 2024
1 parent 70128a6 commit 3ff5856
Show file tree
Hide file tree
Showing 396 changed files with 70,406 additions and 26,127 deletions.
Binary file modified GUIs/DQ_Spectra_GUI.fig
Binary file not shown.
4 changes: 2 additions & 2 deletions GUIs/DQ_Spectra_GUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ function DQ_Spectra_GUI_OpeningFcn(hObject, eventdata, handles, varargin)
handles.orig_ColName = fft_labels;

% Set font size of DQ Table
desired_fontsize = erpworkingmemory('fontsizeGUI');
handles.dq_table.FontSize = desired_fontsize;
FonsizeDefault = f_get_default_fontsize(); if isempty(FonsizeDefault) FonsizeDefault=12; end
handles.dq_table.FontSize = FonsizeDefault;
handles.heatmap_on = 0;

% Set outliers text window off
Expand Down
Binary file modified GUIs/DQ_Table_GUI.fig
Binary file not shown.
Loading

0 comments on commit 3ff5856

Please sign in to comment.