mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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")
|
icon = qtawesome.icon("fa.refresh", color="white")
|
||||||
refresh_button = QtWidgets.QPushButton(self)
|
refresh_button = QtWidgets.QPushButton(self)
|
||||||
update_all_button.setToolTip("Refresh")
|
refresh_button.setToolTip("Refresh")
|
||||||
refresh_button.setIcon(icon)
|
refresh_button.setIcon(icon)
|
||||||
|
|
||||||
control_layout = QtWidgets.QHBoxLayout()
|
control_layout = QtWidgets.QHBoxLayout()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue