From 3f3efcc02a849701fa3564fae47d97e812caa0bf Mon Sep 17 00:00:00 2001 From: Zheng Ran <72971318+ranzhengcode@users.noreply.github.com> Date: Fri, 22 Jul 2022 14:14:44 +0800 Subject: [PATCH] Update velasGUI.m --- velasGUI.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/velasGUI.m b/velasGUI.m index ce76842..e888ea4 100644 --- a/velasGUI.m +++ b/velasGUI.m @@ -54,7 +54,7 @@ % filename uicontrol(VELAS.Cpl,'style','text',... 'Units','normalized',... - 'position',[0.02 0.87 0.24 0.10],... + 'position',[0.02 0.868 0.24 0.10],... 'FontName','Times New Roman',... 'FontSize',13,... 'FontWeight','bold',... @@ -64,9 +64,9 @@ VELAS.Cfname = uicontrol(VELAS.Cpl,'style','edit',... 'Units','normalized',... - 'position',[0.205 0.875 0.785 0.10],... + 'position',[0.205 0.87 0.785 0.085],... 'FontName','Times New Roman',... - 'FontSize',13,... + 'FontSize',12,... 'FontWeight','bold',... 'String','',... 'HorizontalAlignment','center',...