mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
changed label of save button for note to "Save note"
This commit is contained in:
parent
059e5b5ce3
commit
b15880e0d8
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ class SidePanelWidget(QtWidgets.QWidget):
|
|||
|
||||
note_label = QtWidgets.QLabel("Artist note", self)
|
||||
note_input = QtWidgets.QPlainTextEdit(self)
|
||||
btn_note_save = QtWidgets.QPushButton("Save", self)
|
||||
btn_note_save = QtWidgets.QPushButton("Save note", self)
|
||||
|
||||
main_layout = QtWidgets.QVBoxLayout(self)
|
||||
main_layout.setContentsMargins(0, 0, 0, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue