mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[ExpUI] Fix chessboards icons
GitOrigin-RevId: fb336da2298c969952900376cca715bd9a9d78da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
daac601608
commit
ed71e4803c
@@ -4,7 +4,8 @@
|
||||
"images": {
|
||||
"icons": {
|
||||
"expui": {
|
||||
"image.svg": "org/intellij/images/icons/ImagesFileType.svg"
|
||||
"image.svg": "org/intellij/images/icons/ImagesFileType.svg",
|
||||
"chessboard.svg": "org/intellij/images/icons/ToggleTransparencyChessboard.svg",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 544 B |
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 544 B |
@@ -298,7 +298,6 @@
|
||||
},
|
||||
"image": {
|
||||
"colorPicker_dark.svg": "ide/pipette.svg",
|
||||
"chessboard.svg": "org/intellij/images/icons/ToggleTransparencyChessboard.svg",
|
||||
"actualZoom.svg": "graph/actualZoom.svg",
|
||||
"colorPicker.svg": "ide/pipette.svg",
|
||||
"grid.svg": "graph/grid.svg",
|
||||
|
||||
Reference in New Issue
Block a user