Browse Source

set max username size to 25

pull/130/head
DenioD 4 years ago
parent
commit
38e404def5
  1. 6
      src/requestContactDialog.ui

6
src/requestContactDialog.ui

@ -180,7 +180,11 @@
</widget>
</item>
<item row="6" column="4" colspan="2">
<widget class="QLineEdit" name="requestLabel"/>
<widget class="QLineEdit" name="requestLabel">
<property name="maxLength">
<number>25</number>
</property>
</widget>
</item>
<item row="7" column="1" colspan="4">
<widget class="QLabel" name="label_6">

Loading…
Cancel
Save