mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Class for RadioGroup & LabeledStaticBox and improvements for Calibration Dialogs, Windows with wxStaticBoxSizer (#9797)
* update * Update calib_dlg.cpp * Update LabeledStaticBox.hpp * Update calib_dlg.cpp * update * update * RadioGroup fix * update * update * update * update * RadioGroup * Fix render issue when position is set to default (-1) * Fix macOS render issue by removing default NSBox border * Fix compile --------- Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
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