From 4f8f6426554d59a8836937e53642102e6d2034d2 Mon Sep 17 00:00:00 2001 From: "xin.zhang" Date: Thu, 26 Jun 2025 15:03:33 +0800 Subject: [PATCH] ENH: suite to DPI change for score panel jira: [STUDIO-12923] Change-Id: I22bb0d8ebd13d23f46bd785d3a4848669185175d (cherry picked from commit 187040d70c9416f5f3ca9dbe74f1d1d09cb23218) --- src/slic3r/GUI/StatusPanel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index 03e7f7a649..9d41b7c84f 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -979,6 +979,7 @@ void PrintingTaskPanel::msw_rescale() //m_staticText_printing->SetMinSize(wxSize(PAGE_TITLE_TEXT_WIDTH, PAGE_TITLE_HEIGHT)); m_gauge_progress->SetHeight(PROGRESSBAR_HEIGHT); m_gauge_progress->Rescale(); + m_button_pause_resume->msw_rescale(); m_button_abort->msw_rescale(); m_bitmap_thumbnail->SetSize(TASK_THUMBNAIL_SIZE); }