removed unnecessary style set

This commit is contained in:
Jakub Trllo 2022-03-15 09:56:58 +01:00
parent 8f998f06e8
commit 16a24d03da

View file

@ -279,7 +279,6 @@ def show():
with qt_app_context():
window = MayaLookAssignerWindow(parent=mainwindow)
window.setStyleSheet(style.load_stylesheet())
window.show()
module.window = window