set max username size to 25
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user