Skip to content

Commit

Permalink
Updated new source icons
Browse files Browse the repository at this point in the history
  • Loading branch information
maccasoft committed May 2, 2023
1 parent 9e8e1e9 commit 44d6a2e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/spin-tools/src/com/maccasoft/propeller/SpinTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ ToolBar createToolbar(Composite parent) {
ToolBar toolBar = new ToolBar(parent, SWT.FLAT);

ToolItem toolItem = new ToolItem(toolBar, SWT.PUSH);
toolItem.setImage(ImageRegistry.getImageFromResources("document-number-1.png"));
toolItem.setImage(ImageRegistry.getImageFromResources("blue-document-number-1.png"));
toolItem.setToolTipText("New from P1/Spin template");
toolItem.addSelectionListener(new SelectionAdapter() {

Expand All @@ -960,7 +960,7 @@ public void widgetSelected(SelectionEvent e) {
});

toolItem = new ToolItem(toolBar, SWT.PUSH);
toolItem.setImage(ImageRegistry.getImageFromResources("document-number-2.png"));
toolItem.setImage(ImageRegistry.getImageFromResources("blue-document-number-2.png"));
toolItem.setToolTipText("New from P2/Spin template");
toolItem.addSelectionListener(new SelectionAdapter() {

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit 44d6a2e

Please sign in to comment.