fix(curve_tree): update header labels to reflect device and signal columns

This commit is contained in:
2026-06-13 12:58:02 +02:00
committed by Klaus Wakonig
parent d2cbd84479
commit 68903fc6ae
@@ -552,7 +552,7 @@ class CurveTree(BECWidget, QWidget):
self.tree = QTreeWidget()
self.tree.setColumnCount(8)
self.tree.setHeaderLabels(
["Actions", "Name", "Entry", "Scan #", "Color", "Style", "Width", "Symbol"]
["Actions", "Device", "Signal", "Scan #", "Color", "Style", "Width", "Symbol"]
)
header = self.tree.header()