Match UI of filament grouping & fixes (#11238)

* init

* update

* match radio icons

* fix background

* Show only on "summary" and "filament" tab

* delete unused icons
This commit is contained in:
yw4z
2025-11-08 20:44:37 +08:00
committed by GitHub
parent 0b2778e670
commit b62187f076
14 changed files with 26 additions and 89 deletions
+3 -3
View File
@@ -7,10 +7,10 @@
namespace Slic3r { namespace GUI {
static const wxColour BgNormalColor = wxColour("#FFFFFF");
static const wxColour BgSelectColor = wxColour("#EBF9F0");
static const wxColour BgSelectColor = wxColour("#E5F0EE"); // ORCA
static const wxColour TextNormalColor = wxColour("#000000");
static const wxColour TextSelectColor = wxColour("#009688");
static const wxColour TextNormalColor = wxColour("#262E30");
static const wxColour TextSelectColor = wxColour("#262E30"); // ORCA use same color on selected to improve readability
static const wxColour BorderNormalColor = wxColour("#CECECE");
static const wxColour BorderSelectColor = wxColour("#009688");