diff options
author | Ravi J <ravi@101011010.com> | 2022-12-30 02:05:38 -0500 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-12-30 09:20:42 -0500 |
commit | 3a31f37b3d726be1c2ef0936df8e8f9d3d4b8b61 (patch) | |
tree | 7536b896816986e0b257c4b1ed17c3263ff8aa67 /Base/res | |
parent | 2ba66a994190ae5bdce44e962ebce0ded1549dcc (diff) | |
download | serenity-3a31f37b3d726be1c2ef0936df8e8f9d3d4b8b61.zip |
MouseSettings: Update "switch buttons" icon to reflect checkbox state
Using an additional "right button" variant of the graphic, it now
updates the icon based on the user's preference of primary button.
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/graphics/mouse-button-left.png | bin | 0 -> 341 bytes |
-rw-r--r-- | Base/res/graphics/mouse-button-right.png | bin | 0 -> 338 bytes |
-rw-r--r-- | Base/res/graphics/switch-mouse-buttons.png | bin | 410 -> 0 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/graphics/mouse-button-left.png b/Base/res/graphics/mouse-button-left.png Binary files differnew file mode 100644 index 0000000000..8e56dd4065 --- /dev/null +++ b/Base/res/graphics/mouse-button-left.png diff --git a/Base/res/graphics/mouse-button-right.png b/Base/res/graphics/mouse-button-right.png Binary files differnew file mode 100644 index 0000000000..5129c4654c --- /dev/null +++ b/Base/res/graphics/mouse-button-right.png diff --git a/Base/res/graphics/switch-mouse-buttons.png b/Base/res/graphics/switch-mouse-buttons.png Binary files differdeleted file mode 100644 index a40d675ead..0000000000 --- a/Base/res/graphics/switch-mouse-buttons.png +++ /dev/null |