Skip to content

Commit 81c99be

Browse files
Canvas: missing update icons of Transform menu.
1 parent 758ace3 commit 81c99be

File tree

1 file changed

+4
-4
lines changed
  • source/phasereditor/phasereditor.canvas.ui

1 file changed

+4
-4
lines changed

source/phasereditor/phasereditor.canvas.ui/plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@
415415
label="Transform">
416416
<command
417417
commandId="phasereditor.canvas.ui.scale"
418-
disabledIcon="platform:/plugin/phasereditor.ui/icons/d/arrow_inout.png"
419-
icon="platform:/plugin/phasereditor.ui/icons/arrow_inout.png"
418+
disabledIcon="platform:/plugin/phasereditor.ui/icons/d/arrow_out_blue.png"
419+
icon="platform:/plugin/phasereditor.ui/icons/arrow_out_blue.png"
420420
label="Scale"
421421
style="push">
422422
<visibleWhen
@@ -454,8 +454,8 @@
454454
</command>
455455
<command
456456
commandId="phasereditor.canvas.ui.editPivot"
457-
disabledIcon="platform:/plugin/phasereditor.ui/icons/d/bullet_green.png"
458-
icon="platform:/plugin/phasereditor.ui/icons/bullet_green.png"
457+
disabledIcon="platform:/plugin/phasereditor.ui/icons/d/bullet_blue.png"
458+
icon="platform:/plugin/phasereditor.ui/icons/bullet_blue.png"
459459
label="Pivot"
460460
style="push">
461461
<visibleWhen

0 commit comments

Comments
 (0)