diff --git a/tsgqc_GUI.m b/tsgqc_GUI.m index 3279f8969e61938daaeae93c96fe0d086009a707..dcd11d358dd56cfeeb906245f0703275483e53ea 100644 --- a/tsgqc_GUI.m +++ b/tsgqc_GUI.m @@ -207,7 +207,7 @@ uicontrol(... 'Parent', hMainFig, ... 'Units', 'normalized', ... 'Style', 'Text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Fontweight', 'bold', ... 'HorizontalAlignment', 'left', ... 'Position',[.02, .95, .03, .03], ... @@ -216,7 +216,7 @@ uicontrol(... hInfoFileText = uicontrol(... 'Parent', hMainFig, ... 'Style', 'text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Visible','on',... 'Units', 'normalized',... 'HorizontalAlignment', 'left', ... @@ -229,7 +229,7 @@ uicontrol(... 'Parent', hMainFig, ... 'Units', 'normalized', ... 'Style', 'Text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Fontweight', 'bold', ... 'HorizontalAlignment', 'left', ... 'Position',[.17, .95, .03, .03], ... @@ -238,7 +238,7 @@ uicontrol(... hInfoDateText = uicontrol(... 'Parent', hMainFig, ... 'Style', 'text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Visible','on',... 'Units', 'normalized',... 'HorizontalAlignment', 'left', ... @@ -251,7 +251,7 @@ uicontrol(... 'Parent', hMainFig, ... 'Units', 'normalized', ... 'Style', 'Text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Fontweight', 'bold', ... 'HorizontalAlignment', 'left', ... 'Position',[.35, .95, .05, .03], ... @@ -260,7 +260,7 @@ uicontrol(... hInfoLatText = uicontrol(... 'Parent', hMainFig, ... 'Style', 'text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Visible','on',... 'Units', 'normalized',... 'HorizontalAlignment', 'left', ... @@ -273,7 +273,7 @@ uicontrol(... 'Parent', hMainFig, ... 'Units', 'normalized', ... 'Style', 'Text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Fontweight', 'bold', ... 'HorizontalAlignment', 'left', ... 'Position',[.50, .95, .06, .03], ... @@ -282,7 +282,7 @@ uicontrol(... hInfoLongText = uicontrol(... 'Parent', hMainFig, ... 'Style', 'text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Visible','on',... 'Units', 'normalized',... 'HorizontalAlignment', 'left', ... @@ -295,7 +295,7 @@ uicontrol(... 'Parent', hMainFig, ... 'Units', 'normalized', ... 'Style', 'Text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Fontweight', 'bold', ... 'HorizontalAlignment', 'left', ... 'Position',[.65, .95, .03, .03], ... @@ -304,7 +304,7 @@ uicontrol(... hInfoSSPSText = uicontrol(... 'Parent', hMainFig, ... 'Style', 'text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Visible','on',... 'Units', 'normalized',... 'HorizontalAlignment', 'left', ... @@ -315,7 +315,7 @@ uicontrol(... 'Parent', hMainFig, ... 'Units', 'normalized', ... 'Style', 'Text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Fontweight', 'bold', ... 'HorizontalAlignment', 'left', ... 'Position',[.75, .95, .03, .03], ... @@ -324,7 +324,7 @@ uicontrol(... hInfoSSJTText = uicontrol(... 'Parent', hMainFig, ... 'Style', 'text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Visible','on',... 'Units', 'normalized',... 'HorizontalAlignment', 'left', ... @@ -335,7 +335,7 @@ uicontrol(... 'Parent', hMainFig, ... 'Units', 'normalized', ... 'Style', 'Text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Fontweight', 'bold', ... 'HorizontalAlignment', 'left', ... 'Position',[.85, .95, .03, .03], ... @@ -344,7 +344,7 @@ uicontrol(... hInfoSSTPText = uicontrol(... 'Parent', hMainFig, ... 'Style', 'text', ... - 'Fontsize', 12, ... + 'Fontsize', 11, ... 'Visible','on',... 'Units', 'normalized',... 'HorizontalAlignment', 'left', ...