diff options
Diffstat (limited to 'ui/windows/devices_window.py')
| -rw-r--r-- | ui/windows/devices_window.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/windows/devices_window.py b/ui/windows/devices_window.py index 5919938..ac9d13c 100644 --- a/ui/windows/devices_window.py +++ b/ui/windows/devices_window.py @@ -144,7 +144,7 @@ class ChannelsTab(QWidget): self._table.setObjectName("channelTable") self._table.setColumnCount(7) self._table.setHorizontalHeaderLabels( - ["Device", "Channel ID", "On", "Name", "Unit", "Min", "Max"] + ["Device", "Signal ID", "On", "Name", "Unit", "Min", "Max"] ) hdr = self._table.horizontalHeader() hdr.setSectionResizeMode(self._C_NAME, QHeaderView.ResizeMode.Stretch) |
