From 298c086be9d1952e32acc27606faf46f4768fefa Mon Sep 17 00:00:00 2001 From: Jacques Grelet <jacques.grelet@ird.fr> Date: Wed, 9 Jan 2008 11:02:20 +0000 Subject: [PATCH] =?UTF-8?q?passe=20la=20taille=20des=20uicontrol=20pour=20?= =?UTF-8?q?date,=20position=20de=2012=20a=2011=20propri=C3=A9t=C3=A9s=20fo?= =?UTF-8?q?ntsize?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsgqc_GUI.m | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tsgqc_GUI.m b/tsgqc_GUI.m index 3279f89..dcd11d3 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', ... -- GitLab