mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-26 17:48:35 -07:00
FIX: wrap the text
jira: [none] Change-Id: I8deb09ac6caa3c3a4ab45d75286e8697d0babb06 (cherry picked from commit 3cb5ee0b303c28be9a9aca37cab5afb10a65b1e9)
This commit is contained in:
parent
193083bbd7
commit
c9f2d88cf5
1 changed files with 1 additions and 0 deletions
|
|
@ -1974,6 +1974,7 @@ void AmsReplaceMaterialDialog::update_to_nozzle(int nozzle_id)
|
|||
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->Wrap(FromDIP(380));
|
||||
identical_filament->Show();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue