mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Set minimum row heights
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user