mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
changed label
This commit is contained in:
parent
7d3f4d315f
commit
c7df4e9edc
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@ class LocalExperimentalToolsWidgets(QtWidgets.QWidget):
|
|||
|
||||
# Label that says there are no experimental tools available
|
||||
empty_label = QtWidgets.QLabel(self)
|
||||
empty_label.setText("There are no experimental tools available.")
|
||||
empty_label.setText(
|
||||
"There are no experimental tools available..."
|
||||
)
|
||||
|
||||
layout.addRow(empty_label)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue