FIX:update the message text of the filtration backup
Change-Id: I5c24cae4370f9a94154ed7eb408e8c65cb5c6a1e
This commit is contained in:
parent
09aa298947
commit
0dbda47be1
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue