mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 15:14:49 -04:00
update the frontend
This commit is contained in:
parent
a8ba981dbe
commit
cc62769d2c
2 changed files with 4 additions and 4 deletions
|
@ -107,7 +107,7 @@ void MainWindow::on_generate_clicked()
|
|||
m_bc.bc.setExcode39ExtraSymbology(code39->currentIndex());
|
||||
break;
|
||||
}
|
||||
m_bc.bc.setBorderType((Zint::QZint::BorderType)btype->currentIndex());
|
||||
m_bc.bc.setBorderType((Zint::QZint::BorderType)(btype->currentIndex()*2));
|
||||
m_bc.bc.setBorderWidth(bwidth->value());
|
||||
m_bc.bc.setHeight(heightb->value());
|
||||
m_bc.bc.setWidth(widthb->value());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue