Skip to content

Commit

Permalink
Remove 'Figure' from debuggin in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sagitta1618 committed Jul 19, 2024
1 parent 71c0c2f commit 3b88845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,6 @@ def fitDriftBtnFunc():
driftOptionLayout.addWidget(self.fitDriftBtn)
driftLayout.addLayout(driftOptionLayout)
driftGraphLayout = QVBoxLayout()
driftGraphLayout.addWidget(QLabel('Figure'))
driftGraphLayout.addWidget(self.mwDrift)
driftLayout.addLayout(driftGraphLayout)

Expand Down

0 comments on commit 3b88845

Please sign in to comment.