FIX: wrap the text

jira: [none]
Change-Id: I8deb09ac6caa3c3a4ab45d75286e8697d0babb06
This commit is contained in:
xin.zhang 2025-01-20 15:14:12 +08:00 committed by lane.wei
parent c3990592ac
commit 3cb5ee0b30
1 changed files with 1 additions and 0 deletions

View File

@ -1978,6 +1978,7 @@ void AmsReplaceMaterialDialog::update_to_nozzle(int nozzle_id)
if (group_index > 0) if (group_index > 0)
{ {
label_txt->SetLabel(_L("When the current material runs out, the printer would use identical filament to continue printing.")); label_txt->SetLabel(_L("When the current material runs out, the printer would use identical filament to continue printing."));
label_txt->Wrap(FromDIP(380));
identical_filament->Show(); identical_filament->Show();
} }
else else