summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-01-18 14:52:33 -0500
committerAndreas Kling <kling@serenityos.org>2021-01-20 10:28:27 +0100
commit5ad2cbe9adb7a4e10c597f87c84afccf7035e93b (patch)
treec979077e50749c4d91aedc4ee962716d50ba9cf4
parent5f9c42c404a5acfa66461a3c6568592f5326e9de (diff)
downloadserenity-5ad2cbe9adb7a4e10c597f87c84afccf7035e93b.zip
Base: Add 2x images for arrow cursor and window buttons
The window close buttons look correct. The arrow cursor isn't quite right yet: - its shadow was nearest-neighbor upscaled from the 1x version - the arrow handle looks a bit too chubby But it's a start, and maybe someone with better gimp skills than me can pretty it up later.
-rw-r--r--Base/res/cursors/arrow.x2y2-2x.pngbin0 -> 8360 bytes
-rw-r--r--Base/res/icons/16x16/downward-triangle-2x.pngbin0 -> 5338 bytes
-rw-r--r--Base/res/icons/16x16/upward-triangle-2x.pngbin0 -> 5331 bytes
-rw-r--r--Base/res/icons/16x16/window-close-2x.pngbin0 -> 5377 bytes
-rw-r--r--Base/res/icons/16x16/window-restore-2x.pngbin0 -> 5351 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/cursors/arrow.x2y2-2x.png b/Base/res/cursors/arrow.x2y2-2x.png
new file mode 100644
index 0000000000..1874fee0c9
--- /dev/null
+++ b/Base/res/cursors/arrow.x2y2-2x.png
Binary files differ
diff --git a/Base/res/icons/16x16/downward-triangle-2x.png b/Base/res/icons/16x16/downward-triangle-2x.png
new file mode 100644
index 0000000000..4242e167f9
--- /dev/null
+++ b/Base/res/icons/16x16/downward-triangle-2x.png
Binary files differ
diff --git a/Base/res/icons/16x16/upward-triangle-2x.png b/Base/res/icons/16x16/upward-triangle-2x.png
new file mode 100644
index 0000000000..80621f3ac3
--- /dev/null
+++ b/Base/res/icons/16x16/upward-triangle-2x.png
Binary files differ
diff --git a/Base/res/icons/16x16/window-close-2x.png b/Base/res/icons/16x16/window-close-2x.png
new file mode 100644
index 0000000000..1a56ad7f9d
--- /dev/null
+++ b/Base/res/icons/16x16/window-close-2x.png
Binary files differ
diff --git a/Base/res/icons/16x16/window-restore-2x.png b/Base/res/icons/16x16/window-restore-2x.png
new file mode 100644
index 0000000000..b2ed5ef528
--- /dev/null
+++ b/Base/res/icons/16x16/window-restore-2x.png
Binary files differ