Replace hard-coded params with struct members
This commit is contained in:
parent
23647d2f50
commit
09e67c5c27
3 changed files with 69 additions and 11 deletions
|
|
@ -89,6 +89,9 @@ impl scrollable::Renderer for Null {
|
|||
_bounds: Rectangle,
|
||||
_content_bounds: Rectangle,
|
||||
_offset: u32,
|
||||
_scrollbar_width: u16,
|
||||
_scrollbar_margin: u16,
|
||||
_scroller_width: u16,
|
||||
) -> Option<scrollable::Scrollbar> {
|
||||
None
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue