diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-14 14:09:50 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-14 14:09:50 -0500 |
commit | e4dcef38e4b51bd5576ffeb540b04cd2d12a4f12 (patch) | |
tree | 667e902bc3413e2948f7b35a287f9b8dc8945c0d | |
parent | ba9e98f4473d2d06e5832a4e8d471ad5c6d67be8 (diff) | |
parent | 422aee7f32a4704d52700491d5718463c2944315 (diff) | |
download | redot-engine-e4dcef38e4b51bd5576ffeb540b04cd2d12a4f12.tar.gz |
Merge pull request #97929 from timothyqiu/rtl-checkbutton
Fix `CheckButton` mirrored icon in editor theme
-rw-r--r-- | editor/icons/GuiToggleOffMirrored.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/GuiToggleOffMirrored.svg b/editor/icons/GuiToggleOffMirrored.svg index 4e7f63d573..138a856a1d 100644 --- a/editor/icons/GuiToggleOffMirrored.svg +++ b/editor/icons/GuiToggleOffMirrored.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="38" height="16"><rect width="36" height="14" x="1" y="1" fill="gray" rx="7"/><circle cx="8" cy="8" r="5" fill="#b3b3b3"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="38" height="16"><g fill="#e0e0e0"><rect width="36" height="14" x="1" y="1" fill-opacity=".2" rx="7"/><circle cx="30" cy="8" r="5"/></g></svg>
\ No newline at end of file |