mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix tooltip of buttons in scene inventory
This commit is contained in:
parent
d1208cbebc
commit
256286c55f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class SceneInventoryWindow(QtWidgets.QDialog):
|
|||
|
||||
icon = qtawesome.icon("fa.refresh", color="white")
|
||||
refresh_button = QtWidgets.QPushButton(self)
|
||||
update_all_button.setToolTip("Refresh")
|
||||
refresh_button.setToolTip("Refresh")
|
||||
refresh_button.setIcon(icon)
|
||||
|
||||
control_layout = QtWidgets.QHBoxLayout()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue