mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
use openpype styles
This commit is contained in:
parent
6bac12e763
commit
483b4f161c
1 changed files with 2 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ for path in [
|
|||
|
||||
from Qt import QtWidgets, QtCore
|
||||
|
||||
from openpype import style
|
||||
from control import PublisherController
|
||||
from widgets import (
|
||||
SubsetAttributesWidget,
|
||||
|
|
@ -116,7 +117,7 @@ class PublisherWindow(QtWidgets.QWidget):
|
|||
self.set_context_label(
|
||||
"<project>/<hierarchy>/<asset>/<task>/<workfile>"
|
||||
)
|
||||
# self.setStyleSheet("border: 1px solid black;")
|
||||
self.setStyleSheet(style.load_stylesheet())
|
||||
|
||||
def showEvent(self, event):
|
||||
super(PublisherWindow, self).showEvent(event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue