diff --git a/openpype/tools/publisher/widgets/publish_frame.py b/openpype/tools/publisher/widgets/publish_frame.py index 65489ffc5d..e1fff454c2 100644 --- a/openpype/tools/publisher/widgets/publish_frame.py +++ b/openpype/tools/publisher/widgets/publish_frame.py @@ -64,7 +64,9 @@ class PublishFrame(QtWidgets.QWidget): message_label_bottom.setAlignment(QtCore.Qt.AlignCenter) # Label showing currently processed instance - instance_label = QtWidgets.QLabel("", top_content_widget) + instance_label = QtWidgets.QLabel( + "", top_content_widget + ) instance_label.setAlignment( QtCore.Qt.AlignLeft | QtCore.Qt.AlignVCenter )