diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/widget.rs | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/widget.rs b/src/widget.rs index d2d4a1b8..f71bf7ff 100644 --- a/src/widget.rs +++ b/src/widget.rs @@ -99,7 +99,8 @@ pub mod radio {  pub mod scrollable {      //! Navigate an endless amount of content with a scrollbar.      pub use iced_native::widget::scrollable::{ -        snap_to, style::Scrollbar, style::Scroller, Id, StyleSheet, +        snap_to, style::Scrollbar, style::Scroller, Id, Properties, +        RelativeOffset, StyleSheet,      };      /// A widget that can vertically display an infinite amount of content | 
