summaryrefslogtreecommitdiffstats
path: root/native/src/renderer
diff options
context:
space:
mode:
authorLibravatar Clark Moody <clark@clarkmoody.com>2020-10-22 14:07:07 -0500
committerLibravatar Clark Moody <clark@clarkmoody.com>2020-10-22 14:07:07 -0500
commit09e67c5c2701e7eeeb0bdb924966f8442c698b6a (patch)
treeb46bec5f9bea50e74d83a31eed67499004048137 /native/src/renderer
parent23647d2f50f0e177b93cf09c72886a90702df982 (diff)
downloadiced-09e67c5c2701e7eeeb0bdb924966f8442c698b6a.tar.gz
iced-09e67c5c2701e7eeeb0bdb924966f8442c698b6a.tar.bz2
iced-09e67c5c2701e7eeeb0bdb924966f8442c698b6a.zip
Replace hard-coded params with struct members
Diffstat (limited to 'native/src/renderer')
-rw-r--r--native/src/renderer/null.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/native/src/renderer/null.rs b/native/src/renderer/null.rs
index 2aee0da1..b06b0e28 100644
--- a/native/src/renderer/null.rs
+++ b/native/src/renderer/null.rs
@@ -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
}