From 887b4a7a1a7d27d6c5bf12024e730fa06b2ab03e Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 7 Feb 2019 23:13:47 +0100 Subject: Start working on a simple Launcher app. Let GButton have an optional icon (GraphicsBitmap) that gets rendered in the middle of the button if present. Also add GraphicsBitmap::load_from_file() which allows mmap'ed RGBA32 files. I wrote a little program to take "raw" files from GIMP and swizzle them into the correct byte order. --- Base/res/icons/Terminal.png | Bin 0 -> 980 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Base/res/icons/Terminal.png (limited to 'Base/res/icons/Terminal.png') diff --git a/Base/res/icons/Terminal.png b/Base/res/icons/Terminal.png new file mode 100644 index 0000000000..2d39686300 Binary files /dev/null and b/Base/res/icons/Terminal.png differ -- cgit v1.2.3