mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
use OpenPype stylesheet in experimental dialog
This commit is contained in:
parent
e57629dbbc
commit
fe2c583fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue