diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index 9209c57..797cdd7 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -58,12 +58,14 @@ class Frame(wx.Frame): self.Center(wx.BOTH) 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() - #Necessary update AUI (statusBar in special) - #when maximized in the Win 7 and XP - #self.SetSize(self.GetSize()) - #self.SetSize(wx.Size(1024, 748)) + + #Necessary update AUI (statusBar in special) + #when maximized in the Win 7 and XP + self.SetSize(self.GetSize()) + #self.SetSize(wx.Size(1024, 748)) # Set menus, status and task bar -- libgit2 0.21.2