[work]: make larger stroke and shadow sizes possible
This commit is contained in:
parent
97253475d0
commit
d77c5e58bb
1 changed files with 12 additions and 2 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue