Remove a few flags the new wx complains about

This commit is contained in:
DarkPhoenix
2020-04-25 09:36:40 +03:00
parent 5645e20505
commit 6839669e04
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ class StatsPane(wx.Panel):
sizer.AddStretchSpacer()
# Add menu
header_menu = wx.StaticText(tp.GetHeaderPanel(), wx.ID_ANY, "\u2630", size=wx.Size((10, -1)))
sizer.Add(header_menu , 0, wx.EXPAND | wx.RIGHT | wx.ALIGN_RIGHT, 5)
sizer.Add(header_menu , 0, wx.EXPAND | wx.RIGHT, 5)
header_menu.Bind(wx.EVT_CONTEXT_MENU, handler)
header_menu.Bind(wx.EVT_LEFT_UP, handler)