mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
GScrollBar: Use increment/decrement naming consistently.
This commit is contained in:
parent
164742f316
commit
a2a6bb93bc
2 changed files with 17 additions and 30 deletions
|
@ -49,10 +49,10 @@ private:
|
|||
int button_size() const { return 16; }
|
||||
int button_width() const { return orientation() == Orientation::Vertical ? width() : button_size(); }
|
||||
int button_height() const { return orientation() == Orientation::Horizontal ? height() : button_size(); }
|
||||
Rect up_button_rect() const;
|
||||
Rect down_button_rect() const;
|
||||
Rect upper_gutter_rect() const;
|
||||
Rect lower_gutter_rect() const;
|
||||
Rect decrement_button_rect() const;
|
||||
Rect increment_button_rect() const;
|
||||
Rect decrement_gutter_rect() const;
|
||||
Rect increment_gutter_rect() const;
|
||||
Rect scrubber_rect() const;
|
||||
int scrubber_size() const;
|
||||
int scrubbable_range_in_pixels() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue