Match text size of advanced toggle text (#8318)

Update ParamsPanel.cpp
This commit is contained in:
yw4z 2025-02-05 06:22:56 +03:00 committed by GitHub
parent 8337db208a
commit 321c209a74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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