mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add Automatic Height option to UI and enable by default
Brings UI default settings in line with CLI default settings
This commit is contained in:
@ -27,7 +27,7 @@ namespace Zint {
|
||||
|
||||
QZint::QZint() {
|
||||
m_symbol = BARCODE_CODE128;
|
||||
m_height = 50;
|
||||
m_height = 0;
|
||||
m_border = NO_BORDER;
|
||||
m_borderWidth = 0;
|
||||
m_securityLevel = -1;
|
||||
|
Reference in New Issue
Block a user