add tool window icon

This commit is contained in:
marhali 2022-04-09 14:15:14 +02:00
parent 289f168e88
commit 1f03d51b73
5 changed files with 14 additions and 11 deletions

View File

@ -3,8 +3,11 @@
# easy-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### Added
- Individual icon to tool-window
### Fixed ### Fixed
- AlreadyDisposedException on FileChangeListener after project has been disposed - AlreadyDisposedException on FileChangeListener after project dispose
## [3.2.0] ## [3.2.0]
### Added ### Added

View File

@ -25,7 +25,8 @@
<extensions defaultExtensionNs="com.intellij"> <extensions defaultExtensionNs="com.intellij">
<toolWindow id="Easy I18n" anchor="bottom" <toolWindow id="Easy I18n" anchor="bottom"
factoryClass="de.marhali.easyi18n.service.TranslatorToolWindowFactory"/> factoryClass="de.marhali.easyi18n.service.TranslatorToolWindowFactory"
icon="/icons/translate13.svg"/>
<projectService serviceImplementation="de.marhali.easyi18n.settings.ProjectSettingsService"/> <projectService serviceImplementation="de.marhali.easyi18n.settings.ProjectSettingsService"/>

View File

@ -1,9 +0,0 @@
<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg">
<!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ -->
<g id="Layer_1">
<title>Layer 1</title>
<line stroke-linecap="null" stroke-linejoin="null" id="svg_16" y2="10.12481" x2="3.98555" y1="3.34971" x1="3.98555" opacity="undefined" fill-opacity="null" stroke-opacity="null" stroke-dasharray="null" stroke-width="null" stroke="#000000" fill="none"/>
<line stroke-linecap="null" stroke-linejoin="null" id="svg_17" y2="3.69653" x2="1.32659" y1="3.69653" x1="6.76012" opacity="undefined" fill-opacity="null" stroke-opacity="null" stroke-dasharray="null" stroke-width="null" stroke="#000000" fill="none"/>
<line stroke-linecap="null" stroke-linejoin="null" id="svg_21" y2="9.53468" x2="10.97977" y1="9.53468" x1="6.4711" opacity="undefined" fill-opacity="null" stroke-opacity="null" stroke-dasharray="null" stroke-width="null" stroke="#000000" fill="none"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 959 B

View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<path stroke="#6E6E6E" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" fill="none"
d="M4.457 2.992v8.995M8.064 2.027H1.006M7.939 10.987h4.047"/>
</svg>

After

Width:  |  Height:  |  Size: 273 B

View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13">
<path stroke="#AFB1B3" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" fill="none"
d="M4.457 2.992v8.995M8.064 2.027H1.006M7.939 10.987h4.047"/>
</svg>

After

Width:  |  Height:  |  Size: 273 B