Commit 66be38ee5af9b8f09f7f0481458ce22730483792
Committed by
thiago
1 parent
9c8083ac
Exists in
wxgtk3_b5
Showing the left-down panel where masks and surfaces info are showed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/default_tasks.py
... | ... | @@ -102,7 +102,7 @@ class Panel(wx.Panel): |
102 | 102 | |
103 | 103 | sizer = wx.BoxSizer(wx.VERTICAL) |
104 | 104 | #sizer.Add(UpperTaskPanel(self), 5, wx.EXPAND|wx.GROW) |
105 | - sizer.Add(UpperTaskPanel(self), 16, wx.EXPAND|wx.GROW) | |
105 | + #sizer.Add(UpperTaskPanel(self), 16, wx.EXPAND|wx.GROW) | |
106 | 106 | |
107 | 107 | #sizer.Add(LowerTaskPanel(self), 3, wx.EXPAND|wx.GROW) |
108 | 108 | sizer.Add(LowerTaskPanel(self), 6, wx.EXPAND|wx.GROW) | ... | ... |