mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update client/ayon_core/tools/workfiles/widgets/save_as_dialog.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
a1b0a24e54
commit
87124eee53
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class SaveAsDialog(QtWidgets.QDialog):
|
|||
version_layout.addWidget(last_version_check)
|
||||
|
||||
# Artist note widget
|
||||
artist_note_input = QtWidgets.QPlainTextEdit(inputs_widget)
|
||||
artist_note_input = PlaceholderPlainTextEdit(inputs_widget)
|
||||
artist_note_input.setPlaceholderText(
|
||||
"Provide a note about this workfile.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue