We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324a475 commit ae508d6Copy full SHA for ae508d6
psychopy/gui/wxgui.py
@@ -188,8 +188,7 @@ def display(self):
188
buttons.Add(OK)
189
CANCEL = wx.Button(self, wx.ID_CANCEL, self.labelButtonCancel)
190
buttons.Add(CANCEL)
191
- self.sizer.Add(buttons, 1,
192
- flag=wx.ALIGN_RIGHT | wx.ALIGN_BOTTOM, border=5)
+ self.sizer.Add(buttons, 1, flag=wx.ALIGN_RIGHT, border=5)
193
194
self.SetSizerAndFit(self.sizer)
195
if self.pos is None:
0 commit comments