Fix some widgets without parent, and update template file record keeping
This commit is contained in:
@@ -48,7 +48,7 @@ class GuiEditLabel(QDialog):
|
||||
mSp = CONFIG.pxInt(12)
|
||||
|
||||
# Item Label
|
||||
self.labelValue = QLineEdit()
|
||||
self.labelValue = QLineEdit(self)
|
||||
self.labelValue.setMinimumWidth(mVd)
|
||||
self.labelValue.setMaxLength(200)
|
||||
self.labelValue.setText(text)
|
||||
|
||||
Reference in New Issue
Block a user