Skip to content

Commit 2ed37de

Browse files
jasmin261098BeckerWdf
authored andcommitted
Add Icons zoom Pack
Fixes: #527 Fixes: #528
1 parent ef84f72 commit 2ed37de

4 files changed

Lines changed: 142 additions & 0 deletions

File tree

Lines changed: 67 additions & 0 deletions
Loading
Lines changed: 67 additions & 0 deletions
Loading

iconpacks/eclipse-dual-tone/icon-mapping.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,12 @@
423423
"org.eclipse.debug.ui/icons/full/elcl16/stepinto_co.svg",
424424
"org.eclipse.debug.ui/elcl16/stepinto_co.svg"
425425
],
426+
"zoom-in.svg" : [
427+
"org.eclipse.ui.workbench.texteditor/icons/full/etool16/zoomIn.svg"
428+
],
429+
"zoom-out.svg" : [
430+
"org.eclipse.ui.workbench.texteditor/icons/full/etool16/zoomOut.svg"
431+
],
426432
"search-history.svg" : [
427433
"org.eclipse.search/icons/full/elcl16/search_history.svg",
428434
"org.eclipse.help.webapp/advanced/images/e_quick_search.svg",

iconpacks/eclipse-dual-tone/semantic-icon-library.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"error_log.svg" : "Records detailed information about errors.",
2424
"warning.svg" : "Indicates the presence of warnings.",
2525
"progress-error.svg" : "Task failed.",
26+
"zoom-in.svg" : "Increase zoom level.",
27+
"zoom-out.svg" : "Decrease zoom level.",
2628
"progress-none.svg" : "No progress.",
2729
"progress-ok.svg" : "Task completed successfully.",
2830
"progress-task.svg" : "Task in progress.",

0 commit comments

Comments
 (0)