Expose ContentFit in root
This commit is contained in:
parent
6822d1d9f2
commit
c910e23919
3 changed files with 5 additions and 7 deletions
|
|
@ -1,8 +1,7 @@
|
|||
use iced::{
|
||||
alignment, button, image::ContentFit, scrollable, slider, text_input,
|
||||
Button, Checkbox, Color, Column, Container, Element, Image, Length, Radio,
|
||||
Row, Sandbox, Scrollable, Settings, Slider, Space, Text, TextInput,
|
||||
Toggler,
|
||||
alignment, button, scrollable, slider, text_input, Button, Checkbox, Color,
|
||||
Column, Container, ContentFit, Element, Image, Length, Radio, Row, Sandbox,
|
||||
Scrollable, Settings, Slider, Space, Text, TextInput, Toggler,
|
||||
};
|
||||
|
||||
pub fn main() -> iced::Result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue