From c910e239196655f3d5ba146aa3dc8da2b578ef8e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 16 Feb 2022 17:58:51 +0700 Subject: Expose `ContentFit` in root --- examples/tour/src/main.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'examples/tour/src/main.rs') diff --git a/examples/tour/src/main.rs b/examples/tour/src/main.rs index 0c61add0..9a675168 100644 --- a/examples/tour/src/main.rs +++ b/examples/tour/src/main.rs @@ -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 { -- cgit