mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
vector: reduce SMALL_TEXT font height 6 -> 5 to be more like raster;
reduce antialiasing allowance for `textoffset`; adjust text to baseline using values for Arimo rather than percentage GUI: fix not enabling font combo "Small Bold (vector only)" by default raster/vector: rename `text_height` -> `font_height`
This commit is contained in:
@ -1683,7 +1683,8 @@ void MainWindow::change_options()
|
||||
chkComposite->setText(tr("Add &2D Component"));
|
||||
combobox_item_enabled(cmbCompType, 3, false); // CC-C
|
||||
btype->setItemText(0, tr("No border"));
|
||||
combobox_item_enabled(cmbFontSetting, 1, true);
|
||||
combobox_item_enabled(cmbFontSetting, 1, true); // Reset bold options
|
||||
combobox_item_enabled(cmbFontSetting, 3, true);
|
||||
m_lblHeightPerRow = nullptr;
|
||||
m_spnHeightPerRow = nullptr;
|
||||
m_btnHeightPerRowDisable = nullptr;
|
||||
|
Reference in New Issue
Block a user