This commit is contained in:
parent
83164ce7f6
commit
152532f60b
1 changed files with 6 additions and 6 deletions
|
|
@ -146,18 +146,18 @@ impl SongEditor {
|
|||
song: None,
|
||||
font_db,
|
||||
fonts_combo: combo_box::State::new(fonts),
|
||||
title: "Death was Arrested".to_string(),
|
||||
font: "Quicksand".to_string(),
|
||||
font_size: 16,
|
||||
title: "".into(),
|
||||
font: "".into(),
|
||||
font_size: 60,
|
||||
font_sizes: combo_box::State::new(font_sizes),
|
||||
verse_order: "Death was Arrested".to_string(),
|
||||
verse_order: "".into(),
|
||||
lyrics: text_editor::Content::new(),
|
||||
editing: false,
|
||||
author: "North Point Worship".into(),
|
||||
author: "".into(),
|
||||
audio: PathBuf::new(),
|
||||
background: None,
|
||||
video: None,
|
||||
ccli: "8".to_string(),
|
||||
ccli: "".to_string(),
|
||||
slide_state: SlideEditor::default(),
|
||||
song_slides: None,
|
||||
stroke_sizes: combo_box::State::new(stroke_sizes),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue