add tool window icon
This commit is contained in:
parent
289f168e88
commit
1f03d51b73
@ -3,8 +3,11 @@
|
||||
# easy-i18n Changelog
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Individual icon to tool-window
|
||||
|
||||
### Fixed
|
||||
- AlreadyDisposedException on FileChangeListener after project has been disposed
|
||||
- AlreadyDisposedException on FileChangeListener after project dispose
|
||||
|
||||
## [3.2.0]
|
||||
### Added
|
||||
|
@ -25,7 +25,8 @@
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<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"/>
|
||||
|
||||
|
@ -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 |
4
src/main/resources/icons/translate13.svg
Normal file
4
src/main/resources/icons/translate13.svg
Normal 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 |
4
src/main/resources/icons/translate13_dark.svg
Normal file
4
src/main/resources/icons/translate13_dark.svg
Normal 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 |
Loading…
x
Reference in New Issue
Block a user