#38 Limit address label lengths to 25 chars
This commit is contained in:
@@ -38,7 +38,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="label"/>
|
||||
<widget class="QLineEdit" name="label">
|
||||
<property name="maxLength">
|
||||
<number>25</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
|
||||
Reference in New Issue
Block a user