diff --git a/src/ui/song_editor.rs b/src/ui/song_editor.rs index 669f33e..734b8f1 100755 --- a/src/ui/song_editor.rs +++ b/src/ui/song_editor.rs @@ -95,8 +95,8 @@ pub struct SongEditor { ccli: String, song_slides: Option>, _slide_state: SlideEditor, - stroke_sizes: [String; 16], - shadow_sizes: [String; 16], + stroke_sizes: [String; 21], + shadow_sizes: [String; 21], shadow_offset_sizes: [String; 21], stroke_size: u16, stroke_open: bool, @@ -283,6 +283,11 @@ impl SongEditor { "13".to_string(), "14".to_string(), "15".to_string(), + "16".to_string(), + "17".to_string(), + "18".to_string(), + "19".to_string(), + "20".to_string(), ], shadow_sizes: [ "0".to_string(), @@ -301,6 +306,11 @@ impl SongEditor { "13".to_string(), "14".to_string(), "15".to_string(), + "16".to_string(), + "17".to_string(), + "18".to_string(), + "19".to_string(), + "20".to_string(), ], shadow_offset_sizes: [ "0".to_string(),