GP-2865 created the mirror and flip icon modifiers. Also, updated undo/redo icons

This commit is contained in:
ghidragon 2022-11-22 15:58:28 -05:00
parent 8d6cf5e310
commit 75c2c08654
8 changed files with 149 additions and 14 deletions

View file

@ -100,8 +100,12 @@ icon.subtract = list-remove.png
icon.toggle.expand = expand.gif
icon.toggle.collapse = collapse.gif
icon.undo = undo.png
icon.redo = redo.png
// the oxygen-edit-redo.png image is not centered vertically in its 16x16 icon. To center it we
// create an empty 16x16 base and then move down by 3 pixels
icon.undo = EMPTY_ICON{oxygen-edit-redo.png[mirror][move(0,3)]}
icon.redo = EMPTY_ICON{oxygen-edit-redo.png[move(0,3)]}
icon.font = text_lowercase.png
icon.rename = textfield_rename.png
icon.check = check.png