When visiting an user's 'website', handles case where there are multiple sites listed. #7

This commit is contained in:
2018-09-06 12:34:08 -05:00
parent 71a15a24bc
commit 6941f26e97
2 changed files with 18 additions and 19 deletions

View File

@@ -41,7 +41,6 @@ class mainInfo(wx.Panel):
def __init__(self, panel):
super(mainInfo, self).__init__(panel)
# self.SetSizerType("vertical")
sizer = wx.BoxSizer(wx.VERTICAL)
lblName = wx.StaticText(self, wx.NewId(), _(u"Name"))
self.name = wx.TextCtrl(self, wx.NewId(), style=wx.TE_READONLY|wx.TE_MULTILINE)