1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-05 11:17:04 +00:00

CODE16K fixes; separator default 1; raster/vector.c quiet_zones, output.c; #191

This commit is contained in:
gitlost
2020-05-21 18:22:28 +01:00
parent 9f56a1c35e
commit 7be63a00b6
36 changed files with 1791 additions and 675 deletions

View File

@@ -19,7 +19,7 @@
<item row="0" column="0">
<widget class="QLabel" name="labelWidth">
<property name="text">
<string>S&amp;ymbol Width (Columns)</string>
<string>S&amp;ymbol Width (Columns):</string>
</property>
<property name="buddy">
<cstring>cmbCbfWidth</cstring>
@@ -30,7 +30,7 @@
<widget class="QComboBox" name="cmbCbfWidth">
<item>
<property name="text">
<string>Default</string>
<string>Automatic</string>
</property>
</item>
<item>
@@ -333,7 +333,7 @@
<item row="1" column="0">
<widget class="QLabel" name="labelHeight">
<property name="text">
<string>Symbo&amp;l Height (Rows)</string>
<string>Symbo&amp;l Height (Rows):</string>
</property>
<property name="buddy">
<cstring>cmbCbfHeight</cstring>
@@ -344,7 +344,7 @@
<widget class="QComboBox" name="cmbCbfHeight">
<item>
<property name="text">
<string>Default</string>
<string>Automatic</string>
</property>
</item>
<item>
@@ -572,7 +572,7 @@
<item row="2" column="0">
<widget class="QLabel" name="labelRowSeparatorHeight">
<property name="text">
<string>Row Separator Height</string>
<string>Row Separator Height:</string>
</property>
<property name="buddy">
<cstring>cmbCbfRowSepHeight</cstring>
@@ -583,12 +583,7 @@
<widget class="QComboBox" name="cmbCbfRowSepHeight">
<item>
<property name="text">
<string>Default (2 X)</string>
</property>
</item>
<item>
<property name="text">
<string>1 X</string>
<string>Default (1 X)</string>
</property>
</item>
<item>