Skip to content

Commit

Permalink
chore: remove ghost spacer item in helpWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
KernAttila committed Sep 20, 2024
1 parent 9275e3a commit fe4d549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cuesubmit/cuesubmit/ui/Widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ def __init__(self, parent=None):
self.mainLayout.addLayout(self.contentLayout, 0, 0, 1, 4)
self.mainLayout.addWidget(self.helpButton, 0, 4, 1, 1)
self.mainLayout.addWidget(self.helpTextField, 1, 0, 1, 5)
self.mainLayout.addItem(CueSpacerItem(SpacerTypes.VERTICAL), 3, 0, 1, 5)
self.mainLayout.setVerticalSpacing(0)
self.mainLayout.setRowStretch(3, 1)

Expand Down

0 comments on commit fe4d549

Please sign in to comment.