Skip to content

Commit 19cbdd2

Browse files
committed
Replaced Reset.jpg with a shipped icon in launchMVCApp.
1 parent 4808e56 commit 19cbdd2

File tree

10 files changed

+3
-18
lines changed

10 files changed

+3
-18
lines changed

code/launchMVCApp.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
component.Controller( m, "Parent", g );
2727

2828
% Create toolbar to reset the model.
29-
icon = imread( "Reset.jpg" );
29+
icon = fullfile( matlabroot, ...
30+
"toolbox", "matlab", "icons", "tool_rotate_3d.png" );
3031
tb = uitoolbar( "Parent", f );
3132
uipushtool( ...
3233
"Parent", tb, ...
33-
"Icon", imresize( icon, [20,20] ), ...
34+
"Icon", icon, ...
3435
"Tooltip", "Reset the data.", ...
3536
"ClickedCallback", @onReset );
3637

images/Reset.jpg

-2.39 KB
Binary file not shown.

resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/x4O7YdZPk8yPvmSV4QcoXVh0AkUd.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/x4O7YdZPk8yPvmSV4QcoXVh0AkUp.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/bI45o7MkfNtHtgUIaFhhf2MCGfY/LFwECWDJ_g6srY6B3R-si2kZumUd.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/bI45o7MkfNtHtgUIaFhhf2MCGfY/LFwECWDJ_g6srY6B3R-si2kZumUp.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/bI45o7MkfNtHtgUIaFhhf2MCGfY/N24TOIieYSRJi21eQoFZf9rx3Igd.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/bI45o7MkfNtHtgUIaFhhf2MCGfY/N24TOIieYSRJi21eQoFZf9rx3Igp.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/bI45o7MkfNtHtgUIaFhhf2MCGfYd.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/bI45o7MkfNtHtgUIaFhhf2MCGfYp.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)