Display short ID on SII 650 Data Matrix label
This commit is contained in:
parent
e053d491d1
commit
2438e1e801
|
@ -31,7 +31,10 @@ impl Into<LabelConfig> for LabelPreset {
|
|||
font_size: 7.0,
|
||||
position: (Mm(0.0), Mm(22.0)),
|
||||
}),
|
||||
short_id_text: None,
|
||||
short_id_text: Some(TextConfig {
|
||||
font_size: 7.0,
|
||||
position: (Mm(21.0), Mm(0.6)),
|
||||
}),
|
||||
branding: Some(TextConfig {
|
||||
font_size: 7.0,
|
||||
position: (Mm(39.5), Mm(0.6)),
|
||||
|
|
Loading…
Reference in a new issue