From 00c9ab01fb2b5067f6cb49f6433f68bf87570a43 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Mon, 20 Jan 2025 10:24:18 +0800 Subject: [PATCH] FIX: update the wrap DIP jira: [STUDIO-10037] Change-Id: I24c7d1ad54bbcfb4ac43609bff1dd9cd10db2e60 (cherry picked from commit 0c80f1a9754a727c2087b4f56942ec1b8f589fe5) --- src/slic3r/GUI/AmsMappingPopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/AmsMappingPopup.cpp b/src/slic3r/GUI/AmsMappingPopup.cpp index 0e17aa3262..f1806f86b6 100644 --- a/src/slic3r/GUI/AmsMappingPopup.cpp +++ b/src/slic3r/GUI/AmsMappingPopup.cpp @@ -1973,7 +1973,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->Wrap(FromDIP(label_txt->GetMinWidth())); + label_txt->Wrap(FromDIP(380)); label_txt->Layout(); identical_filament->Hide(); }