1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:47:35 +00:00

MouseSettings: Set window modified state

This commit is contained in:
Sam Atkins 2022-05-11 17:42:45 +01:00 committed by Andreas Kling
parent 7d6f5f19fd
commit 17b41f0d61
3 changed files with 36 additions and 9 deletions

View file

@ -22,6 +22,9 @@ public:
private:
MouseWidget();
void update_speed_label();
void update_double_click_speed_label();
RefPtr<GUI::HorizontalSlider> m_speed_slider;
RefPtr<GUI::Label> m_speed_label;
RefPtr<GUI::SpinBox> m_scroll_length_spinbox;