[work]: make larger stroke and shadow sizes possible

This commit is contained in:
Chris Cochrun 2026-04-11 07:20:09 -05:00
parent 97253475d0
commit d77c5e58bb

View file

@ -95,8 +95,8 @@ pub struct SongEditor {
ccli: String,
song_slides: Option<Vec<Slide>>,
_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(),