1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:37:34 +00:00

GUI: Rename ScrollBar::scrubber_size() to ScrollBar::visibile_scrubber_size()

This commit is contained in:
Nico Weber 2020-08-11 21:32:40 -04:00 committed by Andreas Kling
parent cb2d56b909
commit 8eee5312c5
2 changed files with 8 additions and 8 deletions

View file

@ -87,7 +87,7 @@ private:
Gfx::IntRect decrement_gutter_rect() const;
Gfx::IntRect increment_gutter_rect() const;
Gfx::IntRect scrubber_rect() const;
int scrubber_size() const;
int visible_scrubber_size() const;
int scrubbable_range_in_pixels() const;
void on_automatic_scrolling_timer_fired();
void set_automatic_scrolling_active(bool);