Swapped scrollable for cosmic::scrollable

- Renamed scrollbar to scrollable
This commit is contained in:
Eduardo Flores 2022-10-07 12:00:50 -07:00 committed by Michael Murphy
parent 800ccbb52a
commit 9210179731
4 changed files with 8 additions and 10 deletions

View file

@ -1,8 +0,0 @@
#[macro_export]
macro_rules! scrollbar {
($x:expr) => (
$crate::iced::widget::scrollable($x)
.scrollbar_width(8)
.scroller_width(8)
);
}