fix tooltip of buttons in scene inventory

This commit is contained in:
Jakub Trllo 2022-03-16 10:37:51 +01:00
parent d1208cbebc
commit 256286c55f

View file

@ -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()