increase scroll step
This commit is contained in:
parent
b6c6f1e78c
commit
913240c33b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ protected:
|
||||||
void on_layout();
|
void on_layout();
|
||||||
void on_mouse_button(MouseButtonEvent &event);
|
void on_mouse_button(MouseButtonEvent &event);
|
||||||
private:
|
private:
|
||||||
double m_scroll_step { 5.0 };
|
double m_scroll_step { 25.0 };
|
||||||
Point m_scroll { 0, 0 };
|
Point m_scroll { 0, 0 };
|
||||||
std::shared_ptr<Widget> m_target { nullptr };
|
std::shared_ptr<Widget> m_target { nullptr };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue