mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-17 16:44:34 -04: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:
parent
739793a215
commit
1564cd7a34
4 changed files with 42 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue