parent
8337db208a
commit
321c209a74
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue