FIX:update the message text of the filtration backup

Change-Id: I5c24cae4370f9a94154ed7eb408e8c65cb5c6a1e
This commit is contained in:
tao wang 2023-06-05 14:13:25 +08:00 committed by Lane.Wei
parent 09aa298947
commit 0dbda47be1
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ void AmsReplaceMaterialDialog::create()
auto label_title = new Label(this, _L("Auto refill")); auto label_title = new Label(this, _L("Auto refill"));
label_title->SetFont(Label::Head_14); label_title->SetFont(Label::Head_14);
label_title->SetForegroundColour(0x00AE42); label_title->SetForegroundColour(0x00AE42);
auto label_txt = new Label(this, _L("When the current material run out,the printer will continue to print in the following order.")); auto label_txt = new Label(this, _L("When the current material run out, the printer will continue to print in the following order."));
label_txt->SetFont(Label::Body_13); label_txt->SetFont(Label::Body_13);
label_txt->SetForegroundColour(StateColor::darkModeColorFor(wxColour("#323A3C"))); label_txt->SetForegroundColour(StateColor::darkModeColorFor(wxColour("#323A3C")));
label_txt->SetMinSize(wxSize(FromDIP(380), -1)); label_txt->SetMinSize(wxSize(FromDIP(380), -1));