Merge branch 'master' into feature/shrink-by-default

This commit is contained in:
Héctor Ramón Jiménez 2020-01-09 01:37:57 +01:00
commit a4e833e860
31 changed files with 1041 additions and 16 deletions

View file

@ -1,7 +1,7 @@
use iced::{
button, scrollable, slider, text_input, Button, Checkbox, Color, Column,
Container, Element, HorizontalAlignment, Image, Length, Radio, Row,
Sandbox, Scrollable, Settings, Slider, Text, TextInput,
Sandbox, Scrollable, Settings, Slider, Space, Text, TextInput,
};
pub fn main() {
@ -67,7 +67,7 @@ impl Sandbox for Tour {
);
}
controls = controls.push(Column::new().width(Length::Fill));
controls = controls.push(Space::with_width(Length::Fill));
if steps.can_continue() {
controls = controls.push(