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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user