From 321c209a7438821114facef6c68cf3b3d5c6820a Mon Sep 17 00:00:00 2001 From: yw4z Date: Wed, 5 Feb 2025 06:22:56 +0300 Subject: [PATCH] Match text size of advanced toggle text (#8318) Update ParamsPanel.cpp --- src/slic3r/GUI/ParamsPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/ParamsPanel.cpp b/src/slic3r/GUI/ParamsPanel.cpp index 9c18c06b3..629537420 100644 --- a/src/slic3r/GUI/ParamsPanel.cpp +++ b/src/slic3r/GUI/ParamsPanel.cpp @@ -225,7 +225,7 @@ ParamsPanel::ParamsPanel( wxWindow* parent, wxWindowID id, const wxPoint& pos, c m_tips_arrow = new ScalableButton(m_top_panel, wxID_ANY, "tips_arrow"); m_tips_arrow->Hide(); - m_title_view = new Label(m_top_panel, _L("Advance")); + m_title_view = new Label(m_top_panel, Label::Body_12, _L("Advance")); // ORCA match size with advanced toggle on tab.cpp m_static_title m_mode_view = new SwitchButton(m_top_panel, wxID_ABOUT); // BBS: new layout