mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-22 12:27:03 +00:00
CODEONE: fix S/T quiet zone 1X bottom (props BWIPP issue #245 doc)
GUI: fix Text Gap suffix, add "in X-dimensions" to tooltip; save/restore Preview Background color dialog geometry & dynamically show colour in preview on changing manual: Composite -> GS1 Composite; add some verbiage re Symbology tab & Sequence Dialog
This commit is contained in:
@@ -1883,7 +1883,7 @@ the barcode in X-dimensions</string>
|
||||
<item row="7" column="0">
|
||||
<widget class="QLabel" name="lblTextGap">
|
||||
<property name="toolTip">
|
||||
<string>Gap between barcode and text
|
||||
<string>Gap between barcode and text in X-dimensions
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
@@ -1900,12 +1900,14 @@ the barcode in X-dimensions</string>
|
||||
<item row="7" column="1">
|
||||
<widget class="QDoubleSpinBox" name="spnTextGap">
|
||||
<property name="toolTip">
|
||||
<string>Gap between barcode and text
|
||||
<string>Gap between barcode and text in X-dimensions
|
||||
(ignored if disabled)</string>
|
||||
</property>
|
||||
<property name="prefix">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string> X</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>2</number>
|
||||
|
||||
Reference in New Issue
Block a user