summaryrefslogtreecommitdiffstats
path: root/native/src/renderer/null.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-10-27 23:35:52 +0100
committerLibravatar GitHub <noreply@github.com>2020-10-27 23:35:52 +0100
commit8a3ce90959e281cd73a7486d800df8d65478a698 (patch)
treeaf18e633df7c43e2488861b17617d9d162377b74 /native/src/renderer/null.rs
parentd3b04bf892ce63d3129686968039c258945c5b02 (diff)
parent2ca05520bafdaa3377c5571db46ab41aac9d0290 (diff)
downloadiced-8a3ce90959e281cd73a7486d800df8d65478a698.tar.gz
iced-8a3ce90959e281cd73a7486d800df8d65478a698.tar.bz2
iced-8a3ce90959e281cd73a7486d800df8d65478a698.zip
Merge pull request #575 from clarkmoody/scrollable-width
Custom Scrollbar Width
Diffstat (limited to 'native/src/renderer/null.rs')
-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
}