Add a menu icon to stat panels which have a context menu associated with them

This commit is contained in:
Ryan Holmes
2019-03-26 09:37:03 -04:00
parent fa0892032f
commit 3c5846a983
4 changed files with 18 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ class TogglePanel (wx.Panel):
# Add a sizer for additional header items if we need it
self.hcontent_sizer = wx.BoxSizer(wx.HORIZONTAL)
header_sizer.Add(self.hcontent_sizer, 0, wx.RIGHT, 5)
header_sizer.Add(self.hcontent_sizer, 1, wx.RIGHT, 5)
# Create the content panel, set sizer, and add to main sizer
self.content_panel = wx.Panel(self)