mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed PublishReportViewerWidget to frame
This commit is contained in:
parent
88ace97c94
commit
5857c01442
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ class DetailsPopup(QtWidgets.QDialog):
|
|||
self.closed.emit()
|
||||
|
||||
|
||||
class PublishReportViewerWidget(QtWidgets.QWidget):
|
||||
class PublishReportViewerWidget(QtWidgets.QFrame):
|
||||
def __init__(self, parent=None):
|
||||
super(PublishReportViewerWidget, self).__init__(parent)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue