FIX: update the wrap DIP

jira: [STUDIO-10037]
Change-Id: I24c7d1ad54bbcfb4ac43609bff1dd9cd10db2e60
This commit is contained in:
xin.zhang 2025-01-20 10:24:18 +08:00 committed by lane.wei
parent 5427e9e052
commit 0c80f1a975
1 changed files with 1 additions and 1 deletions

View File

@ -1977,7 +1977,7 @@ void AmsReplaceMaterialDialog::update_to_nozzle(int nozzle_id)
label_txt->SetLabelText(_L("If there are two identical filaments in AMS, AMS filament backup will be enabled. \n(Currently supporting automatic supply of consumables with the same brand, material type, and color)")); label_txt->SetLabelText(_L("If there are two identical filaments in AMS, AMS filament backup will be enabled. \n(Currently supporting automatic supply of consumables with the same brand, material type, and color)"));
} }
label_txt->Wrap(FromDIP(label_txt->GetMinWidth())); label_txt->Wrap(FromDIP(380));
label_txt->Layout(); label_txt->Layout();
identical_filament->Hide(); identical_filament->Hide();
} }