Browse Source

#38 Limit address label lengths to 25 chars

import_zecw
adityapk00 6 years ago
parent
commit
bf1dff575e
  1. 6
      src/addressbook.ui

6
src/addressbook.ui

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

Loading…
Cancel
Save