mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 13:22:06 +00:00
Mark the accent-color divergence in the best-position popup
This commit is contained in:
@@ -600,7 +600,7 @@ ReselectMachineDialog::ReselectMachineDialog(wxWindow* parent)
|
|||||||
suggestText = new Label(textPanel, wxEmptyString);
|
suggestText = new Label(textPanel, wxEmptyString);
|
||||||
|
|
||||||
linkwiki = new Label(textPanel, _L("How to save time?→"));
|
linkwiki = new Label(textPanel, _L("How to save time?→"));
|
||||||
linkwiki->SetForegroundColour(wxColour("#009688"));
|
linkwiki->SetForegroundColour(wxColour("#009688")); // Orca: accent green
|
||||||
linkwiki->SetBackgroundColour(wxColour("#FFFFFF"));
|
linkwiki->SetBackgroundColour(wxColour("#FFFFFF"));
|
||||||
linkwiki->SetFont(Label::Body_14);
|
linkwiki->SetFont(Label::Body_14);
|
||||||
// Orca: no vendor wiki page for this feature; hide the placeholder link and drop the external URL.
|
// Orca: no vendor wiki page for this feature; hide the placeholder link and drop the external URL.
|
||||||
|
|||||||
Reference in New Issue
Block a user