Skip to content

Commit

Permalink
wxGUI/locwizard: fix more flags for wxPython 4.1 (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 17, 2021
1 parent c160974 commit 34b8812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/location_wizard/wizard.py
Expand Up @@ -898,7 +898,7 @@ def OnEnterPage(self, event):
flag=wx.EXPAND)
self.sizer.AddGrowableRow(1)
paramSBSizer.Add(self.panel, proportion=1,
flag=wx.ALIGN_CENTER | wx.EXPAND)
flag=wx.EXPAND)

paramSBSizer.Fit(self.panel)
self.panel.SetSizer(self.prjParamSizer)
Expand Down

0 comments on commit 34b8812

Please sign in to comment.