refs #368, fixed mapping callsign field (too short)

This commit is contained in:
Klaus Basan
2015-01-23 18:30:38 +01:00
parent 5a1118e82c
commit 9f9f3bc3aa

View File

@@ -154,7 +154,7 @@
<item row="2" column="2">
<widget class="QLineEdit" name="le_Callsign">
<property name="maxLength">
<number>5</number>
<number>15</number>
</property>
<property name="readOnly">
<bool>true</bool>