Set a min size for character selection. This prevents the character selector from stretching the entire stats panel with long character names

This commit is contained in:
blitzmann
2014-08-11 01:27:47 -04:00
parent 9e5f119248
commit ce3772ecee

View File

@@ -66,8 +66,7 @@ class CharacterSelection(wx.Panel):
self.mainFrame.Bind(GE.CHAR_LIST_UPDATED, self.refreshCharacterList)
self.mainFrame.Bind(GE.FIT_CHANGED, self.fitChanged)
# panelSize = wx.Size(-1,30)
# self.SetMinSize(panelSize)
self.SetMinSize(wx.Size(25,-1))
self.charChoice.Enable(False)