Reduce minimum vertical size

This commit is contained in:
blitzmann
2014-11-20 13:00:57 -05:00
parent 70d52fd0b2
commit f187caa549
3 changed files with 7 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ class StatsPane(wx.Panel):
mainSizer.Add(tp, 0, wx.EXPAND | wx.LEFT, 3)
if i < maxviews - 1:
mainSizer.Add(wx.StaticLine(self, wx.ID_ANY, style=wx.HORIZONTAL), 0, wx.EXPAND | wx.ALL,2)
mainSizer.Add(wx.StaticLine(self, wx.ID_ANY, style=wx.HORIZONTAL), 0, wx.EXPAND | wx.TOP | wx.LEFT | wx.RIGHT, 2)
i+=1
tp.OnStateChange(tp.GetBestSize())