Swapped scrollable for cosmic::scrollable
- Renamed scrollbar to scrollable
This commit is contained in:
parent
800ccbb52a
commit
9210179731
4 changed files with 8 additions and 10 deletions
8
src/widget/scrollable.rs
Normal file
8
src/widget/scrollable.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#[macro_export]
|
||||
macro_rules! scrollable {
|
||||
($x:expr) => (
|
||||
$crate::iced::widget::scrollable($x)
|
||||
.scrollbar_width(8)
|
||||
.scroller_width(8)
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue