use OpenPype stylesheet in experimental dialog

This commit is contained in:
iLLiCiTiT 2021-10-20 11:18:13 +02:00
parent e57629dbbc
commit fe2c583fc3

View file

@ -29,6 +29,7 @@ class ExperimentalDialog(QtWidgets.QDialog):
self.setWindowTitle("OpenPype Experimental tools")
icon = QtGui.QIcon(app_icon_path())
self.setWindowIcon(icon)
self.setStyleSheet(load_stylesheet())
empty_widget = QtWidgets.QWidget(self)