Skip to content

Commit

Permalink
Fix: sort parameters in device annotator
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jun 22, 2017
1 parent 93f4195 commit 4c1b8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qcodes/utils/qcodes_device_annotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def addStation(self, parent, station):
paramitem = gui.QStandardItem(param)
paramitem.setEditable(False)
item.appendRow(paramitem)
item.sortChildren(0)

def loadimage(self):
"""
Expand Down

0 comments on commit 4c1b8e2

Please sign in to comment.