#38 Limit address label lengths to 25 chars

This commit is contained in:
adityapk00
2018-11-10 08:04:18 -08:00
parent 02eb051e78
commit bf1dff575e

View File

@@ -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">