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