summaryrefslogtreecommitdiffstats
path: root/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/widget.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widget.rs b/src/widget.rs
index ee30548c..d034200c 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -99,8 +99,7 @@ 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, Direction, Horizontal, Id,
- StyleSheet,
+ snap_to, style::Scrollbar, style::Scroller, Id, Properties, StyleSheet,
};
/// A widget that can vertically display an infinite amount of content