mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2865 created the mirror and flip icon modifiers. Also, updated undo/redo icons
This commit is contained in:
parent
8d6cf5e310
commit
75c2c08654
8 changed files with 149 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue