mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
LibGUI: Make GUI::ScrollBar inherit from AbstractSlider
This commit is contained in:
parent
cb67264f61
commit
1215d2a642
6 changed files with 33 additions and 89 deletions
|
@ -63,7 +63,7 @@ private:
|
|||
|
||||
int m_value { 0 };
|
||||
int m_min { 0 };
|
||||
int m_max { 100 };
|
||||
int m_max { 0 };
|
||||
int m_step { 1 };
|
||||
int m_page_step { 10 };
|
||||
Orientation m_orientation { Orientation::Horizontal };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue