Align the choice control in characterselection correctly

This commit is contained in:
HomeWorld
2010-09-16 22:28:21 +03:00
parent 28dac9b6ad
commit 77b618404f

View File

@@ -35,7 +35,7 @@ class CharacterSelection(wx.Panel):
mainSizer.Add(wx.StaticText(self, wx.ID_ANY, "Character: "), 0, wx.CENTER)
self.charChoice = wx.Choice(self)
mainSizer.Add(self.charChoice, 1, wx.EXPAND)
mainSizer.Add(self.charChoice, 1, wx.ALIGN_CENTER_VERTICAL)
self.refreshCharacterList()