Display short ID on SII 650 Data Matrix label

This commit is contained in:
Simon Bruder 2024-07-12 20:57:12 +02:00
parent d5fea320dd
commit 2618b00779
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -31,7 +31,10 @@ impl Into<LabelConfig> for LabelPreset {
font_size: 7.0, font_size: 7.0,
position: (Mm(0.0), Mm(22.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 { branding: Some(TextConfig {
font_size: 7.0, font_size: 7.0,
position: (Mm(39.5), Mm(0.6)), position: (Mm(39.5), Mm(0.6)),