FIX: update the scroll rate

jira: [none]
Change-Id: Iadc87259a667e10e932ae2a5002d380de0d65262
This commit is contained in:
xin.zhang 2025-02-19 20:03:28 +08:00 committed by lane.wei
parent d036c92a37
commit c2600b3c18
1 changed files with 1 additions and 1 deletions

View File

@ -1245,7 +1245,7 @@ UpgradePanel::UpgradePanel(wxWindow *parent, wxWindowID id, const wxPoint &pos,
auto m_main_sizer = new wxBoxSizer(wxVERTICAL);
m_scrolledWindow = new wxScrolledWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxVSCROLL);
m_scrolledWindow->SetScrollRate(5, 5);
m_scrolledWindow->SetScrollRate(5, 25);
m_machine_list_sizer = new wxBoxSizer(wxVERTICAL);