Skip to content

Commit 9123a69

Browse files
committed
Icons for Arduino menu #656
* Fixed icons in project properties
1 parent 09fc20e commit 9123a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.ui/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,14 +537,14 @@ The color used by the fourth serial connection of the serial monitor
537537
point="org.eclipse.cdt.ui.cPropertyTab">
538538
<tab
539539
class="io.sloeber.ui.project.properties.BoardSelectionPage"
540-
icon="icons/arduino.png"
540+
icon="platform:/plugin/io.sloeber.application/icons/logo_16.png"
541541
name="Arduino board selection"
542542
parent="io.sloeber.ui.project.properties.PropertyPage"
543543
weight="050">
544544
</tab>
545545
<tab
546546
class="io.sloeber.ui.project.properties.CompileProperties"
547-
icon="icons/verify.png"
547+
icon="icons/preferences.png"
548548
name="Compile Options"
549549
parent="io.sloeber.ui.project.properties.PropertyPage"
550550
weight="050">

0 commit comments

Comments
 (0)