Format code
This commit is contained in:
parent
3a5f866782
commit
343e6332d7
|
@ -1,7 +1,7 @@
|
||||||
use iced::{
|
use iced::{
|
||||||
button, scrollable, slider, text_input, Button, Checkbox, Color, Column,
|
button, scrollable, slider, text_input, Button, Checkbox, Color, Column,
|
||||||
Container, Element, HorizontalAlignment, Length, Radio, Row,
|
Container, Element, HorizontalAlignment, Length, Radio, Row, Sandbox,
|
||||||
Sandbox, Scrollable, Settings, Slider, Space, Text, TextInput, Toggler,
|
Scrollable, Settings, Slider, Space, Text, TextInput, Toggler,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub fn main() -> iced::Result {
|
pub fn main() -> iced::Result {
|
||||||
|
@ -705,9 +705,7 @@ fn ferris<'a>(_width: u16) -> Container<'a, StepMessage> {
|
||||||
Container::new(
|
Container::new(
|
||||||
// This should go away once we unify resource loading on native
|
// This should go away once we unify resource loading on native
|
||||||
// platforms
|
// platforms
|
||||||
Text::new(
|
Text::new("sorry ferris, you can't come out in glow."),
|
||||||
"sorry ferris, you can't come out in glow.",
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
.width(Length::Fill)
|
.width(Length::Fill)
|
||||||
.center_x()
|
.center_x()
|
||||||
|
|
Loading…
Reference in New Issue