Fix doc comments and remove Align from tour

This commit is contained in:
Héctor Ramón Jiménez 2019-11-11 07:11:41 +01:00
parent 860a6923bb
commit 60774740ef
3 changed files with 20 additions and 11 deletions

View file

@ -1,5 +1,5 @@
use iced::{
button, scrollable, slider, text::HorizontalAlignment, text_input, Align,
button, scrollable, slider, text::HorizontalAlignment, text_input,
Application, Background, Button, Checkbox, Color, Column, Container,
Element, Image, Length, Radio, Row, Scrollable, Slider, Text, TextInput,
};