diff options
author | Andreas Kling <kling@serenityos.org> | 2022-07-25 16:29:56 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-07-25 16:32:52 +0200 |
commit | 44cdca04d3f1fa7d8f7ea31bc2162462998f60a4 (patch) | |
tree | 7626d9f699c812e03437d6c25db512fc6be6003a /Base/res | |
parent | ca74443012b155ed3e90b9cd1fe04c11e5bf52f1 (diff) | |
download | serenity-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.png | bin | 5665 -> 0 bytes |
-rw-r--r-- | Base/res/icons/serenity/changing-unfilled-radio-circle.png | bin | 5017 -> 0 bytes |
-rw-r--r-- | Base/res/icons/serenity/filled-radio-circle.png | bin | 5391 -> 0 bytes |
-rw-r--r-- | Base/res/icons/serenity/unfilled-radio-circle.png | bin | 4545 -> 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 Binary files differdeleted file mode 100644 index 25d002ab83..0000000000 --- a/Base/res/icons/serenity/changing-filled-radio-circle.png +++ /dev/null diff --git a/Base/res/icons/serenity/changing-unfilled-radio-circle.png b/Base/res/icons/serenity/changing-unfilled-radio-circle.png Binary files differdeleted file mode 100644 index 39dd44afae..0000000000 --- a/Base/res/icons/serenity/changing-unfilled-radio-circle.png +++ /dev/null diff --git a/Base/res/icons/serenity/filled-radio-circle.png b/Base/res/icons/serenity/filled-radio-circle.png Binary files differdeleted file mode 100644 index c694b06afa..0000000000 --- a/Base/res/icons/serenity/filled-radio-circle.png +++ /dev/null diff --git a/Base/res/icons/serenity/unfilled-radio-circle.png b/Base/res/icons/serenity/unfilled-radio-circle.png Binary files differdeleted file mode 100644 index 91dd1ebabf..0000000000 --- a/Base/res/icons/serenity/unfilled-radio-circle.png +++ /dev/null |