diff --git a/invesalius/gui/data_notebook.py b/invesalius/gui/data_notebook.py index ba5b3b3..eb7499d 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -80,8 +80,8 @@ class MaskPage(wx.Panel): self.buttonctrl = ButtonControlPanel(self) sizer = wx.BoxSizer(wx.VERTICAL) - sizer.Add(self.listctrl, 0, wx.EXPAND|wx.TOP, 5) - sizer.Add(self.buttonctrl, 0, wx.EXPAND) + sizer.Add(self.listctrl, 0, wx.EXPAND) + sizer.Add(self.buttonctrl, 0, wx.EXPAND| wx.TOP, 3) self.SetSizer(sizer) self.Fit() -- libgit2 0.21.2