mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user