diff --git a/src/main.py b/src/main.py index 233ab47..68ca67a 100644 --- a/src/main.py +++ b/src/main.py @@ -5,7 +5,7 @@ #base frame holds everything #wx.Frame(parent, id=-1, title=EmptyString, pos=DefaultPosition, -# size=DefaultSize, style=DEFAULT_FRAME_STYLE, name=FrameNameStr) +# size=DefaultSize, style=DEFAULT_FRAME_STYLE, name=FrameNameStr) base(None, -1, 'Digital Vision Screening', pos = wx.DefaultPosition, size = (1000,600), @@ -14,4 +14,4 @@ # The mainloop is an endless cycle. It catches and dispatches all events # that exist during the life of our application. -app.MainLoop() \ No newline at end of file +app.MainLoop()