mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
changed Name to Variant in creator dialog
This commit is contained in:
parent
4767bd7f5e
commit
abf26fcaa4
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ class CreateDialog(QtWidgets.QDialog):
|
|||
create_btn.setEnabled(False)
|
||||
|
||||
form_layout = QtWidgets.QFormLayout()
|
||||
form_layout.addRow("Name:", variant_layout)
|
||||
form_layout.addRow("Variant:", variant_layout)
|
||||
form_layout.addRow("Subset:", subset_name_input)
|
||||
|
||||
mid_widget = QtWidgets.QWidget(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue