Skip to content

Commit

Permalink
step_hbox.addStretch(int) isue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLaudatQM committed Oct 23, 2024
1 parent 13278f3 commit 62d006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualang_tools/control_panel/voltage_control/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def initUI(self):

self.step_textbox = {}
for k, (state, color) in enumerate([("up_down", "blue"), ("left_right", "darkGreen")]):
step_hbox.addStretch(0.8)
# step_hbox.addStretch(0)
self.step_textbox[state] = QLineEdit(str(self.step[state]))
self.step_textbox[state].setMaximumWidth(85)
self.step_textbox[state].setMinimumWidth(55)
Expand Down

0 comments on commit 62d006c

Please sign in to comment.