Commit 390a84c83a80123feca1f15b627c0b4908a33d0b
1 parent
ff779b29
Exists in
master
and in
67 other branches
ENH: Maximized window
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/gui/frame.py
@@ -59,11 +59,11 @@ class Frame(wx.Frame): | @@ -59,11 +59,11 @@ class Frame(wx.Frame): | ||
59 | icon_path = os.path.join(const.ICON_DIR, "invesalius.ico") | 59 | icon_path = os.path.join(const.ICON_DIR, "invesalius.ico") |
60 | self.SetIcon(wx.Icon(icon_path, wx.BITMAP_TYPE_ICO)) | 60 | self.SetIcon(wx.Icon(icon_path, wx.BITMAP_TYPE_ICO)) |
61 | if sys.platform != 'darwin': | 61 | if sys.platform != 'darwin': |
62 | - ####self.Maximize() ##DESCOMENTAR PAULO | 62 | + self.Maximize() |
63 | #Necessary update AUI (statusBar in special) | 63 | #Necessary update AUI (statusBar in special) |
64 | #when maximized in the Win 7 and XP | 64 | #when maximized in the Win 7 and XP |
65 | #self.SetSize(self.GetSize()) | 65 | #self.SetSize(self.GetSize()) |
66 | - self.SetSize(wx.Size(1024, 748)) | 66 | + #self.SetSize(wx.Size(1024, 748)) |
67 | 67 | ||
68 | 68 | ||
69 | # Set menus, status and task bar | 69 | # Set menus, status and task bar |