Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Astendas committed Mar 17, 2023
1 parent 06ed473 commit 668be6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Interface2App2/SequenceBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ def addNew(p, s, root):

# Final thing
finalLayout = QHBoxLayout()
Indicator_Line = QFrame()
Indicator_Line.setFrameStyle(QFrame.VLine | QFrame.Sunken)
Indicator_Line.setLineWidth(3)
#finalLayout.addWidget(Indicator_Line)
finalLayout.addLayout(seqLayout)
ly5 = QVBoxLayout()
removeButton = QPushButton("-")
Expand Down

0 comments on commit 668be6d

Please sign in to comment.