diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-16 23:16:11 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-16 23:16:11 +0100 |
commit | 78039ef057b3251b5db9052483a277c0cf6e535a (patch) | |
tree | b56259973811ff0403d5ccc8e3e277b4c1164415 /Base/res/icons/16x16 | |
parent | 3854e752cb29fec10d76080be011611378590f22 (diff) | |
download | serenity-78039ef057b3251b5db9052483a277c0cf6e535a.zip |
TextEditor: Add actions for undo and redo. Not hooked up yet.
Diffstat (limited to 'Base/res/icons/16x16')
-rw-r--r-- | Base/res/icons/16x16/redo.png | bin | 0 -> 252 bytes |
-rw-r--r-- | Base/res/icons/16x16/redo.rgb | bin | 0 -> 1024 bytes |
-rw-r--r-- | Base/res/icons/16x16/undo.png | bin | 0 -> 252 bytes |
-rw-r--r-- | Base/res/icons/16x16/undo.rgb | bin | 0 -> 1024 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/redo.png b/Base/res/icons/16x16/redo.png Binary files differnew file mode 100644 index 0000000000..57a831010d --- /dev/null +++ b/Base/res/icons/16x16/redo.png diff --git a/Base/res/icons/16x16/redo.rgb b/Base/res/icons/16x16/redo.rgb Binary files differnew file mode 100644 index 0000000000..6534f5c346 --- /dev/null +++ b/Base/res/icons/16x16/redo.rgb diff --git a/Base/res/icons/16x16/undo.png b/Base/res/icons/16x16/undo.png Binary files differnew file mode 100644 index 0000000000..161cf8e04b --- /dev/null +++ b/Base/res/icons/16x16/undo.png diff --git a/Base/res/icons/16x16/undo.rgb b/Base/res/icons/16x16/undo.rgb Binary files differnew file mode 100644 index 0000000000..c743aff593 --- /dev/null +++ b/Base/res/icons/16x16/undo.rgb |