Fixed column size issue in fetched char list

This commit is contained in:
HomeWorld
2010-12-03 13:04:39 +02:00
parent de3d10dc2c
commit 4fa1ad8e74

View File

@@ -579,7 +579,7 @@ class APIView (wx.Panel):
for charName in list:
self.charList.InsertStringItem(sys.maxint, charName)
self.charList.SetColumnWidth(0, 614)
self.charList.SetColumnWidth(0, wx.LIST_AUTOSIZE_USEHEADER)
self.charList.Show()
self.btnFetchCharList.Hide()
self.btnFetchSkills.Show()