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:
parent
7d6f5f19fd
commit
17b41f0d61
3 changed files with 36 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue