Simplify theming for Scrollable widget

This commit is contained in:
Héctor Ramón Jiménez 2024-03-05 04:42:25 +01:00
parent 29326215cc
commit d681aaa57e
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
9 changed files with 342 additions and 422 deletions

View file

@ -17,7 +17,6 @@
pub use iced_core as core;
pub mod application;
pub mod container;
pub mod menu;
pub mod pane_grid;
pub mod pick_list;
@ -25,7 +24,6 @@ pub mod progress_bar;
pub mod qr_code;
pub mod radio;
pub mod rule;
pub mod scrollable;
pub mod slider;
pub mod svg;
pub mod text_editor;