Implement styling for ProgressBar
This commit is contained in:
parent
fce89d0ffe
commit
48b3b78a38
10 changed files with 151 additions and 67 deletions
|
|
@ -34,13 +34,13 @@ pub mod widget {
|
|||
pub use iced_winit::svg::{Handle, Svg};
|
||||
}
|
||||
|
||||
pub use iced_winit::{Checkbox, ProgressBar, Radio, Text};
|
||||
pub use iced_winit::{Checkbox, Radio, Text};
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use {
|
||||
button::Button, container::Container, image::Image,
|
||||
scrollable::Scrollable, slider::Slider, svg::Svg,
|
||||
text_input::TextInput,
|
||||
progress_bar::ProgressBar, scrollable::Scrollable, slider::Slider,
|
||||
svg::Svg, text_input::TextInput,
|
||||
};
|
||||
|
||||
/// A container that distributes its contents vertically.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue