Skip to content

Commit

Permalink
Small typo with switch/block maintenance tables
Browse files Browse the repository at this point in the history
magistroA committed Apr 1, 2024
1 parent f9f21a2 commit bea7b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTC/CTC_UI.py
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ def __init__(self):
BCHeader = self.BlockClosureTable.horizontalHeader()
BCHeader.setSectionResizeMode(QHeaderView.Stretch)

self.SwitchPositionTable.setModel(SwitchPositionTableModel(self.Maintenance.BlocksClosed))
self.SwitchPositionTable.setModel(SwitchPositionTableModel(self.Maintenance.SwitchText))
SPHeader = self.SwitchPositionTable.horizontalHeader()
SPHeader.setSectionResizeMode(QHeaderView.Stretch)

0 comments on commit bea7b29

Please sign in to comment.