fix: limit instance names to 128 chars

This commit is contained in:
Sefa Eyeoglu
2022-03-19 23:23:08 +01:00
parent 8225f1ac92
commit c311dba465
2 changed files with 7 additions and 1 deletions

View File

@ -44,7 +44,11 @@
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="instNameTextBox"/>
<widget class="QLineEdit" name="instNameTextBox">
<property name="maxLength">
<number>128</number>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="nameLabel">