From ac60b9f7535e6c7f2d67ffdcdb97e28311b8c97c Mon Sep 17 00:00:00 2001 From: Gian Costa Date: Tue, 21 Oct 2014 10:25:00 -0700 Subject: [PATCH] Initial Commit --- src/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()