Set a maximum label name length of 200 characters

This commit is contained in:
Veronica K. B. Olsen
2019-11-03 23:42:43 +01:00
parent 8cdcd07846
commit 20944367ad
+3 -1
View File
@@ -55,7 +55,9 @@ class GuiItemEditor(QDialog):
self.mainGroup = QGroupBox("Item Settings")
self.mainForm = QFormLayout()
self.editName = QLineEdit()
self.editName = QLineEdit()
self.editName.setMaxLength(200)
self.editStatus = QComboBox()
self.editLayout = QComboBox()