Skip to content

Commit

Permalink
Merge pull request #4737 from kwvanderlinde/feature/3732-cover-vbl-ta…
Browse files Browse the repository at this point in the history
…kehara-icon

Add a cover VBL icon to Rod Takehara icon theme
  • Loading branch information
cwisniew authored Mar 30, 2024
2 parents 469377c + 2bd40cb commit 43de7ba
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ public class RessourceManager {
put(Icons.TOOLBAR_TOPOLOGY_TYPE_PIT_ON, ROD_ICONS + "ribbon/Draw Pit VBL.svg");
put(Icons.TOOLBAR_TOPOLOGY_TYPE_VBL_OFF, ROD_ICONS + "ribbon/Draw Wall VBL.svg");
put(Icons.TOOLBAR_TOPOLOGY_TYPE_VBL_ON, ROD_ICONS + "ribbon/Draw Wall VBL.svg");
put(Icons.TOOLBAR_TOPOLOGY_TYPE_COVER_OFF, ROD_ICONS + "ribbon/Draw Cover VBL.svg");
put(Icons.TOOLBAR_TOPOLOGY_TYPE_COVER_ON, ROD_ICONS + "ribbon/Draw Cover VBL.svg");
put(Icons.TOOLBAR_VOLUME_OFF, ROD_ICONS + "ribbon/Mute - OFF.svg");
put(Icons.TOOLBAR_VOLUME_ON, ROD_ICONS + "ribbon/Mute - ON.svg");
put(Icons.TOOLBAR_ZONE, ROD_ICONS + "ribbon/Select Map.svg");
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43de7ba

Please sign in to comment.