fix line length

This commit is contained in:
Jakub Trllo 2022-10-04 17:37:02 +02:00
parent ef367c14f1
commit 89a7094858

View file

@ -64,7 +64,9 @@ class PublishFrame(QtWidgets.QWidget):
message_label_bottom.setAlignment(QtCore.Qt.AlignCenter)
# Label showing currently processed instance
instance_label = QtWidgets.QLabel("<Instance name>", top_content_widget)
instance_label = QtWidgets.QLabel(
"<Instance name>", top_content_widget
)
instance_label.setAlignment(
QtCore.Qt.AlignLeft | QtCore.Qt.AlignVCenter
)