We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0312eb commit 64c97baCopy full SHA for 64c97ba
src/instamatic/gui/ctrl_frame.py
@@ -70,7 +70,7 @@ def __init__(self, parent):
70
variable=self.var_alpha_wobbler_on,
71
command=self.toggle_alpha_wobbler,
72
)
73
- b_wobble.grid(row=4, column=2, sticky='W')
+ b_wobble.grid(row=4, column=2, sticky='W', columnspan=2)
74
75
e_stage_x = Spinbox(frame, textvariable=self.var_stage_x, **stage)
76
e_stage_x.grid(row=6, column=1, sticky='EW')
0 commit comments