Skip to content

Commit

Permalink
Update velasGUI.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ranzhengcode authored Jul 22, 2022
1 parent 3e4f3b6 commit 3f3efcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions velasGUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -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',...
Expand All @@ -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',...
Expand Down

0 comments on commit 3f3efcc

Please sign in to comment.