From 390a84c83a80123feca1f15b627c0b4908a33d0b Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Fri, 16 Mar 2012 14:23:56 +0000 Subject: [PATCH] ENH: Maximized window --- invesalius/gui/frame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index 0b696f3..d10b15a 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -59,11 +59,11 @@ class Frame(wx.Frame): icon_path = os.path.join(const.ICON_DIR, "invesalius.ico") self.SetIcon(wx.Icon(icon_path, wx.BITMAP_TYPE_ICO)) if sys.platform != 'darwin': - ####self.Maximize() ##DESCOMENTAR PAULO + self.Maximize() #Necessary update AUI (statusBar in special) #when maximized in the Win 7 and XP #self.SetSize(self.GetSize()) - self.SetSize(wx.Size(1024, 748)) + #self.SetSize(wx.Size(1024, 748)) # Set menus, status and task bar -- libgit2 0.21.2