mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Merge branch 'main' into dev/bbl-network-upd
This commit is contained in:
3
resources/images/radio_disabled.svg
Normal file
3
resources/images/radio_disabled.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
||||
<circle cx="8.5" cy="8.5" r="7" style="fill:none;stroke:#DBDBDB;stroke-miterlimit:10"/>
|
||||
<circle cx="8.5" cy="8.5" r="5.5" style="fill:#F0F0F1"/></svg>
|
||||
|
After Width: | Height: | Size: 234 B |
2
resources/images/radio_off_hover.svg
Normal file
2
resources/images/radio_off_hover.svg
Normal file
@@ -0,0 +1,2 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
||||
<circle cx="8.5" cy="8.5" r="7" style="fill:none;stroke:#009688;stroke-miterlimit:10"/></svg>
|
||||
|
After Width: | Height: | Size: 177 B |
3
resources/images/radio_on_hover.svg
Normal file
3
resources/images/radio_on_hover.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
||||
<circle cx="8.5" cy="8.5" r="7" style="fill:none;stroke:#009688;stroke-miterlimit:10"/>
|
||||
<circle cx="8.5" cy="8.5" r="5.5" style="fill:#009688"/></svg>
|
||||
|
After Width: | Height: | Size: 234 B |
Reference in New Issue
Block a user