mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
Set minimum row heights
This commit is contained in:
parent
a57ef2adc8
commit
7ea03123c8
3 changed files with 13 additions and 10 deletions
|
@ -50,7 +50,7 @@ struct zint_symbol *ZBarcode_Create() {
|
|||
|
||||
memset(symbol, 0, sizeof (*symbol));
|
||||
symbol->symbology = BARCODE_CODE128;
|
||||
symbol->height = 0;
|
||||
symbol->height = 50;
|
||||
symbol->whitespace_width = 0;
|
||||
symbol->border_width = 0;
|
||||
symbol->output_options = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue