Skip to content

Commit

Permalink
fix: lint line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
KernAttila committed Sep 29, 2024
1 parent b3408cc commit 1bb0b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cuesubmit/cuesubmit/ui/Submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ def __init__(
self.commandFeedback = Widgets.CueLabelLineEdit( labelText='Final command:' )
self.commandFeedback.disable()
self.jobTreeWidget = Job.CueJobWidget()
self.jobTreeWidget.setSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Expanding)
self.jobTreeWidget.setSizePolicy(QtWidgets.QSizePolicy.Preferred,
QtWidgets.QSizePolicy.Expanding)
self.submitButtons = CueSubmitButtons()
self.setupUi()
self.setupConnections()
Expand Down

0 comments on commit 1bb0b7a

Please sign in to comment.