Modified some parameters in the visual look for lists

This commit is contained in:
2016-06-08 05:12:25 -05:00
parent e8e8dd91bc
commit 7bac05e63b
2 changed files with 7 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ class mainWindow(wx.Frame):
def __init__(self):
super(mainWindow, self).__init__(parent=None, id=wx.NewId(), title=application.name)
self.Maximize()
self.makeMenu()
self.panel = wx.Panel(self)
self.sizer = wx.BoxSizer(wx.VERTICAL)