increase scroll step

This commit is contained in:
hippoz 2022-07-26 17:26:02 +03:00
parent b6c6f1e78c
commit 913240c33b
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

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