Skip to content

Commit c0d3f98

Browse files
committed
Updated project startup to take new image (#17). Replaced image_0 that was deleted after auto-creating readme.
1 parent 6573701 commit c0d3f98

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Images/image_17.png

76.5 KB
Loading

Utilities/ProjectStartupApp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function createComponents(app)
251251
% Create Image
252252
app.Image = uiimage(app.WelcomeTab);
253253
app.Image.Position = [16 141 245 209];
254-
app.Image.ImageSource = 'image_0.png';
254+
app.Image.ImageSource = 'image_17.png';
255255

256256
% Create TabReview
257257
app.TabReview = uitab(app.TabGroup);

0 commit comments

Comments
 (0)