Skip to content

Commit

Permalink
modify header
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 14, 2024
1 parent 9058d63 commit e4deaf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(
self.destroyed.connect(self._disconnect)

self.setMinimumWidth(500)
self.setHorizontalHeaderLabels(["Property", "Value"])
self.setHorizontalHeaderLabels(["Device-Property", "Value"])
self.setSizeAdjustPolicy(QAbstractScrollArea.SizeAdjustPolicy.AdjustToContents)
self.horizontalHeader().setStretchLastSection(True)

Expand Down

0 comments on commit e4deaf5

Please sign in to comment.