mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
fix line length
This commit is contained in:
parent
ef367c14f1
commit
89a7094858
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue