Skip to content

Commit

Permalink
wxGUI: fix layout flag assert in wms dialog (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Jul 26, 2021
1 parent 329f029 commit d03c8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/web_services/dialogs.py
Expand Up @@ -1000,7 +1000,7 @@ def _addSelectSizer(self, title, sel):
selSizer.Add(
sel,
proportion=1,
flag=wx.EXPAND | wx.ALL | wx.ALIGN_CENTER_VERTICAL,
flag=wx.EXPAND | wx.ALL,
border=5,
)

Expand Down

0 comments on commit d03c8cb

Please sign in to comment.