Skip to content

Commit

Permalink
wxGUI/Save display to file dialog: add wxPython 4.1 support (#1175)
Browse files Browse the repository at this point in the history
remove bad flag
  • Loading branch information
nilason authored and petrasovaa committed Dec 14, 2020
1 parent 3576233 commit 6863e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/gui_core/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ def _layout(self):
btnsizer.Realize()

sizer.Add(btnsizer, proportion=0,
flag=wx.EXPAND | wx.ALIGN_RIGHT | wx.ALL, border=5)
flag=wx.EXPAND | wx.ALL, border=5)

self.panel.SetSizer(sizer)
sizer.Fit(self.panel)
Expand Down

0 comments on commit 6863e27

Please sign in to comment.