mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-03 18:27:12 +00:00
Allow adjustment of dot size when in dotty mode
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="lblDotSize">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Dot Size:</string>
|
||||
@@ -307,10 +307,10 @@
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="txtDotSize">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>1.0</string>
|
||||
<string>0.8</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user