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