diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-07 21:43:43 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-07 21:43:43 +0100 |
commit | 054e4caf49d95b9ec6e2d43a0d1acf052bdec58d (patch) | |
tree | ec0c5a5537a85f1f96679da53a6873ed9c47d459 /Base/res/icons | |
parent | 27b0aab13e00d621716b46f9360c77b5ad69cc59 (diff) | |
download | serenity-054e4caf49d95b9ec6e2d43a0d1acf052bdec58d.zip |
TextEditor: Add Cut/Copy/Paste placeholder actions.
Diffstat (limited to 'Base/res/icons')
-rw-r--r-- | Base/res/icons/cut16.png | bin | 0 -> 359 bytes |
-rw-r--r-- | Base/res/icons/cut16.rgb | bin | 0 -> 1024 bytes |
-rw-r--r-- | Base/res/icons/paste16.png | bin | 0 -> 391 bytes |
-rw-r--r-- | Base/res/icons/paste16.rgb | bin | 0 -> 1024 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/cut16.png b/Base/res/icons/cut16.png Binary files differnew file mode 100644 index 0000000000..d623d0c18e --- /dev/null +++ b/Base/res/icons/cut16.png diff --git a/Base/res/icons/cut16.rgb b/Base/res/icons/cut16.rgb Binary files differnew file mode 100644 index 0000000000..c124b63555 --- /dev/null +++ b/Base/res/icons/cut16.rgb diff --git a/Base/res/icons/paste16.png b/Base/res/icons/paste16.png Binary files differnew file mode 100644 index 0000000000..f5d793b065 --- /dev/null +++ b/Base/res/icons/paste16.png diff --git a/Base/res/icons/paste16.rgb b/Base/res/icons/paste16.rgb Binary files differnew file mode 100644 index 0000000000..f66bc3821a --- /dev/null +++ b/Base/res/icons/paste16.rgb |