diff options
author | Andreas Kling <kling@serenityos.org> | 2020-04-25 14:17:02 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-25 14:17:02 +0200 |
commit | cba9550f1c8b0ecf4e8384424690fd4fc39e3d6d (patch) | |
tree | 8f5ee5086532c83c2168194736fb6dbef61fa8f8 /Base | |
parent | 74f41d5f98fd854fe5564997361555f82a646751 (diff) | |
download | serenity-cba9550f1c8b0ecf4e8384424690fd4fc39e3d6d.zip |
HackStudio: Toolbar icon overhaul
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/16x16/build.png | bin | 141 -> 309 bytes |
-rw-r--r-- | Base/res/icons/16x16/debug-continue.png | bin | 0 -> 156 bytes |
-rw-r--r-- | Base/res/icons/16x16/debug-run.png | bin | 0 -> 233 bytes |
-rw-r--r-- | Base/res/icons/16x16/debug-single-step.png | bin | 0 -> 204 bytes |
-rw-r--r-- | Base/res/icons/16x16/program-pause.png | bin | 0 -> 109 bytes |
-rw-r--r-- | Base/res/icons/16x16/program-run.png | bin | 0 -> 131 bytes |
-rw-r--r-- | Base/res/icons/16x16/program-stop.png | bin | 0 -> 113 bytes |
-rw-r--r-- | Base/res/icons/16x16/single-step.png | bin | 279 -> 0 bytes |
-rw-r--r-- | Base/res/icons/breakpoint.png | bin | 305 -> 212 bytes |
9 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/build.png b/Base/res/icons/16x16/build.png Binary files differindex 2e4ec0b526..9690a01cc5 100644 --- a/Base/res/icons/16x16/build.png +++ b/Base/res/icons/16x16/build.png diff --git a/Base/res/icons/16x16/debug-continue.png b/Base/res/icons/16x16/debug-continue.png Binary files differnew file mode 100644 index 0000000000..7e2166baf5 --- /dev/null +++ b/Base/res/icons/16x16/debug-continue.png diff --git a/Base/res/icons/16x16/debug-run.png b/Base/res/icons/16x16/debug-run.png Binary files differnew file mode 100644 index 0000000000..b244bb64aa --- /dev/null +++ b/Base/res/icons/16x16/debug-run.png diff --git a/Base/res/icons/16x16/debug-single-step.png b/Base/res/icons/16x16/debug-single-step.png Binary files differnew file mode 100644 index 0000000000..a61b4fb6aa --- /dev/null +++ b/Base/res/icons/16x16/debug-single-step.png diff --git a/Base/res/icons/16x16/program-pause.png b/Base/res/icons/16x16/program-pause.png Binary files differnew file mode 100644 index 0000000000..3e3870cd7e --- /dev/null +++ b/Base/res/icons/16x16/program-pause.png diff --git a/Base/res/icons/16x16/program-run.png b/Base/res/icons/16x16/program-run.png Binary files differnew file mode 100644 index 0000000000..f291bba4d9 --- /dev/null +++ b/Base/res/icons/16x16/program-run.png diff --git a/Base/res/icons/16x16/program-stop.png b/Base/res/icons/16x16/program-stop.png Binary files differnew file mode 100644 index 0000000000..9dfe0420e2 --- /dev/null +++ b/Base/res/icons/16x16/program-stop.png diff --git a/Base/res/icons/16x16/single-step.png b/Base/res/icons/16x16/single-step.png Binary files differdeleted file mode 100644 index 3de1fc9689..0000000000 --- a/Base/res/icons/16x16/single-step.png +++ /dev/null diff --git a/Base/res/icons/breakpoint.png b/Base/res/icons/breakpoint.png Binary files differindex fcfc266f91..743b9db5aa 100644 --- a/Base/res/icons/breakpoint.png +++ b/Base/res/icons/breakpoint.png |