mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
create button is disabled by default
This commit is contained in:
parent
1e1874772e
commit
fb0a4a7925
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ class CreateDialog(QtWidgets.QDialog):
|
|||
checkbox_layout.addWidget(use_selection_checkbox)
|
||||
|
||||
create_btn = QtWidgets.QPushButton("Create", self)
|
||||
create_btn.setEnabled(False)
|
||||
|
||||
layout = QtWidgets.QVBoxLayout(self)
|
||||
layout.addWidget(QtWidgets.QLabel("Family:", self))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue