Skip to content

Commit f925a39

Browse files
committed
fix: smaller icons
1 parent fd5e30c commit f925a39

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

src/main/kotlin/com/github/xepozz/php_dump/PhpDumpIcons.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import com.intellij.openapi.util.IconLoader
44

55
object PhpDumpIcons {
66
@JvmStatic
7-
val POT = IconLoader.getIcon("/icons/pot.svg", PhpDumpIcons::class.java)
7+
val POT = IconLoader.getIcon("/icons/pot.svg", javaClass)
88
@JvmStatic
9-
val POT_DARK = IconLoader.getIcon("/icons/pot_dark.svg", PhpDumpIcons::class.java)
9+
val POT_DARK = IconLoader.getIcon("/icons/pot_dark.svg", javaClass)
1010
@JvmStatic
11-
val RERUN_AUTOMATICALLY = IconLoader.getIcon("/icons/rerunAutomatically/rerunAutomatically.svg", PhpDumpIcons::class.java)
11+
val RERUN_AUTOMATICALLY = IconLoader.getIcon("/icons/rerunAutomatically/rerunAutomatically.svg", javaClass)
1212
@JvmStatic
13-
val RESTART_STOP = IconLoader.getIcon("/icons/restartStop/restartStop.svg", PhpDumpIcons::class.java)
13+
val RESTART_STOP = IconLoader.getIcon("/icons/restartStop/restartStop.svg", javaClass)
1414
@JvmStatic
15-
val SHOW_AS_TREE = IconLoader.getIcon("/icons/showAsTree/showAsTree.svg", PhpDumpIcons::class.java)
15+
val SHOW_AS_TREE = IconLoader.getIcon("/icons/showAsTree/showAsTree.svg", javaClass)
1616
@JvmStatic
17-
val TEXT = IconLoader.getIcon("/icons/text/text.svg", PhpDumpIcons::class.java)
17+
val TEXT = IconLoader.getIcon("/icons/text/text.svg", javaClass)
1818
}

src/main/resources/META-INF/pluginIcon.svg

Lines changed: 1 addition & 1 deletion
Loading

src/main/resources/META-INF/pluginIcon_dark.svg

Lines changed: 1 addition & 1 deletion
Loading

src/main/resources/icons/pot.svg

Lines changed: 1 addition & 1 deletion
Loading

src/main/resources/icons/pot_dark.svg

Lines changed: 1 addition & 1 deletion
Loading

src/main/resources/icons/showAsTree/showAsTree.svg

Lines changed: 1 addition & 1 deletion
Loading

src/main/resources/icons/text/text.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)