Fix initial screen of tour example
This commit is contained in:
parent
70a9285796
commit
39ca9e0233
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ pub enum Layout {
|
|||
impl Default for Tour {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
screen: Screen::Scrollable,
|
||||
screen: Screen::Welcome,
|
||||
slider: 50,
|
||||
layout: Layout::Row,
|
||||
spacing: 20,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue