Fix initial screen of tour example

This commit is contained in:
Héctor Ramón Jiménez 2025-11-29 13:56:13 +01:00
parent 70a9285796
commit 39ca9e0233
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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,