mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
FIX: update the display color
jira: [STUDIO-9095] Change-Id: Ia38f5b7efa80b255f83b04aa337a4e9bc1ca1886 (cherry picked from commit 3845b8ff66e82cf77283beddcf9f868172bdbaec)
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
static const wxColour STATIC_BOX_LINE_COL = wxColour(238, 238, 238);
|
static const wxColour STATIC_BOX_LINE_COL = wxColour(238, 238, 238);
|
||||||
static const wxColour STATIC_TEXT_CAPTION_COL = wxColour(100, 100, 100);
|
static const wxColour STATIC_TEXT_CAPTION_COL = wxColour(100, 100, 100);
|
||||||
|
static const wxColour STATIC_TEXT_EXPLAIN_COL = wxColour(100, 100, 100);
|
||||||
|
|
||||||
namespace Slic3r { namespace GUI {
|
namespace Slic3r { namespace GUI {
|
||||||
|
|
||||||
@@ -411,6 +412,7 @@ wxBoxSizer* PrintOptionsDialog::create_settings_group(wxWindow* parent)
|
|||||||
line_sizer->Add(m_cb_save_remote_print_file_to_storage, 0, wxALL | wxALIGN_CENTER_VERTICAL, FromDIP(5));
|
line_sizer->Add(m_cb_save_remote_print_file_to_storage, 0, wxALL | wxALIGN_CENTER_VERTICAL, FromDIP(5));
|
||||||
line_sizer->Add(text_save_remote_print_file_to_storage, 1, wxALL | wxALIGN_CENTER_VERTICAL, FromDIP(5));
|
line_sizer->Add(text_save_remote_print_file_to_storage, 1, wxALL | wxALIGN_CENTER_VERTICAL, FromDIP(5));
|
||||||
text_save_remote_print_file_to_storage_explain = new Label(parent, _L("Save the printing files initiated from Bambu Studio, Bambu Handy and MakerWorld on External Storage"));
|
text_save_remote_print_file_to_storage_explain = new Label(parent, _L("Save the printing files initiated from Bambu Studio, Bambu Handy and MakerWorld on External Storage"));
|
||||||
|
text_save_remote_print_file_to_storage_explain->SetForegroundColour(STATIC_TEXT_EXPLAIN_COL);
|
||||||
text_save_remote_print_file_to_storage_explain->SetFont(Label::Body_14);
|
text_save_remote_print_file_to_storage_explain->SetFont(Label::Body_14);
|
||||||
text_save_remote_print_file_to_storage_explain->Wrap(300);
|
text_save_remote_print_file_to_storage_explain->Wrap(300);
|
||||||
sizer->Add(0, 0, 0, wxTOP, FromDIP(15));
|
sizer->Add(0, 0, 0, wxTOP, FromDIP(15));
|
||||||
|
|||||||
Reference in New Issue
Block a user