mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Set bigger scroll step for sidebar
This commit is contained in:
parent
a0a82b1d8b
commit
8f019e5fa9
1 changed files with 2 additions and 2 deletions
|
@ -724,8 +724,8 @@ void Sidebar::priv::show_preset_comboboxes()
|
||||||
Sidebar::Sidebar(Plater *parent)
|
Sidebar::Sidebar(Plater *parent)
|
||||||
: wxPanel(parent, wxID_ANY, wxDefaultPosition, wxSize(40 * wxGetApp().em_unit(), -1)), p(new priv(parent))
|
: wxPanel(parent, wxID_ANY, wxDefaultPosition, wxSize(40 * wxGetApp().em_unit(), -1)), p(new priv(parent))
|
||||||
{
|
{
|
||||||
p->scrolled = new wxScrolledWindow(this, wxID_ANY/*, wxDefaultPosition, wxSize(40 * wxGetApp().em_unit(), -1)*/);
|
p->scrolled = new wxScrolledWindow(this);
|
||||||
p->scrolled->SetScrollbars(0, 20, 1, 2);
|
p->scrolled->SetScrollbars(0, 100, 1, 2);
|
||||||
|
|
||||||
|
|
||||||
// Sizer in the scrolled area
|
// Sizer in the scrolled area
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue