From b733133ef1d444698cc508bd0fea9f119da7d8fd Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Wed, 15 Jan 2025 21:57:04 +0800 Subject: [PATCH] FIX: update the translation wrap; enlarge layout jira: [STUDIO-9814] Change-Id: I120c09b9b537fe670ace0f75d1b73c42372d2ea6 (cherry picked from commit 5c1916d3a173225ba6a44ef5f5a61a6e42a79792) --- src/slic3r/GUI/SelectMachine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index eef81f609e..7981f22f5c 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -4580,8 +4580,8 @@ std::string SelectMachineDialog::get_print_status_info(PrintDialogStatus status) SetMaxSize(wxSize(-1, FromDIP(50))); } else { - SetMinSize(wxSize(-1, FromDIP(90))); - SetMaxSize(wxSize(-1, FromDIP(90))); + SetMinSize(wxSize(-1, FromDIP(95))); + SetMaxSize(wxSize(-1, FromDIP(95))); } m_ops = ops;