summaryrefslogtreecommitdiff
path: root/Base/res
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-07-25 16:29:56 +0200
committerAndreas Kling <kling@serenityos.org>2022-07-25 16:32:52 +0200
commit44cdca04d3f1fa7d8f7ea31bc2162462998f60a4 (patch)
tree7626d9f699c812e03437d6c25db512fc6be6003a /Base/res
parentca74443012b155ed3e90b9cd1fe04c11e5bf52f1 (diff)
downloadserenity-44cdca04d3f1fa7d8f7ea31bc2162462998f60a4.zip
LibGfx+Base: Draw radio buttons programmatically
Remove the static PNG bitmaps we've been using for GUI radio buttons and replace them with on-the-fly pixel painting. This fixes a long-standing issue where radio buttons always looked the same, regardless of system theme settings. :^)
Diffstat (limited to 'Base/res')
-rw-r--r--Base/res/icons/serenity/changing-filled-radio-circle.pngbin5665 -> 0 bytes
-rw-r--r--Base/res/icons/serenity/changing-unfilled-radio-circle.pngbin5017 -> 0 bytes
-rw-r--r--Base/res/icons/serenity/filled-radio-circle.pngbin5391 -> 0 bytes
-rw-r--r--Base/res/icons/serenity/unfilled-radio-circle.pngbin4545 -> 0 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/serenity/changing-filled-radio-circle.png b/Base/res/icons/serenity/changing-filled-radio-circle.png
deleted file mode 100644
index 25d002ab83..0000000000
--- a/Base/res/icons/serenity/changing-filled-radio-circle.png
+++ /dev/null
Binary files differ
diff --git a/Base/res/icons/serenity/changing-unfilled-radio-circle.png b/Base/res/icons/serenity/changing-unfilled-radio-circle.png
deleted file mode 100644
index 39dd44afae..0000000000
--- a/Base/res/icons/serenity/changing-unfilled-radio-circle.png
+++ /dev/null
Binary files differ
diff --git a/Base/res/icons/serenity/filled-radio-circle.png b/Base/res/icons/serenity/filled-radio-circle.png
deleted file mode 100644
index c694b06afa..0000000000
--- a/Base/res/icons/serenity/filled-radio-circle.png
+++ /dev/null
Binary files differ
diff --git a/Base/res/icons/serenity/unfilled-radio-circle.png b/Base/res/icons/serenity/unfilled-radio-circle.png
deleted file mode 100644
index 91dd1ebabf..0000000000
--- a/Base/res/icons/serenity/unfilled-radio-circle.png
+++ /dev/null
Binary files differ