From 2447ff62f66a15d47ded902709ba8fbcae525c2f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:35:16 +0000 Subject: [PATCH] Address GUIDE layout review feedback Agent-Logs-Url: https://github.com/kk14222/3D_EDFM_SIM-X/sessions/a128ab7f-6b94-4048-a847-f2dc37bbe0ab Co-authored-by: kk14222 <217880052+kk14222@users.noreply.github.com> --- gui_support/app/createEDFMSimulatorGuideLayout.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui_support/app/createEDFMSimulatorGuideLayout.m b/gui_support/app/createEDFMSimulatorGuideLayout.m index f437efb..40d7192 100644 --- a/gui_support/app/createEDFMSimulatorGuideLayout.m +++ b/gui_support/app/createEDFMSimulatorGuideLayout.m @@ -2,7 +2,7 @@ function handles = createEDFMSimulatorGuideLayout() %CREATEEDFMSIMULATORGUIDELAYOUT Build the GUIDE-compatible EDFM GUI layout. % This file is generated from gui_support/app/context.txt to preserve the App Designer layout. -fig = figure('Visible', 'off', 'Name', 'MATLAB App', 'NumberTitle', 'off', ... +fig = figure('Visible', 'off', 'Name', 'EDFM Simulator', 'NumberTitle', 'off', ... 'MenuBar', 'none', 'ToolBar', 'none', 'Resize', 'on', 'Units', 'pixels', ... 'Position', [100 100 1275 807], 'Tag', 'UIFigure'); handles = struct(); @@ -398,10 +398,10 @@ handles.PC_fractureTextAreaLabel = uicontrol('Parent', handles.MultiComponentTab handles.MCPC_fractureTextArea = uicontrol('Parent', handles.MultiComponentTab, 'Style', 'edit', 'Units', 'pixels', 'Position', [355 5 150 52], ... 'Max', 2, 'Min', 0, 'HorizontalAlignment', 'left', 'String', '', 'Tag', 'MCPC_fractureTextArea'); -handles.ifpcglEditFieldLabel_2 = uicontrol('Parent', handles.MultiComponentTab, 'Style', 'text', 'Units', 'pixels', 'Position', [314 -25 33 22], ... +handles.ifpcglEditFieldLabel_2 = uicontrol('Parent', handles.MultiComponentTab, 'Style', 'text', 'Units', 'pixels', 'Position', [545 112 33 22], ... 'String', 'ifpcgl', 'HorizontalAlignment', 'right', 'Tag', 'ifpcglEditFieldLabel_2'); -handles.MCifpcglEditField = uicontrol('Parent', handles.MultiComponentTab, 'Style', 'edit', 'Units', 'pixels', 'Position', [362 -25 100 22], ... +handles.MCifpcglEditField = uicontrol('Parent', handles.MultiComponentTab, 'Style', 'edit', 'Units', 'pixels', 'Position', [593 112 100 22], ... 'HorizontalAlignment', 'left', 'String', '0', 'UserData', struct('Type', 'numeric'), 'Tag', 'MCifpcglEditField'); handles.stress_factor_fractureEditFieldLabel_2 = uicontrol('Parent', handles.MultiComponentTab, 'Style', 'text', 'Units', 'pixels', 'Position', [541 197 121 22], ...