diff --git a/invesalius/gui/task_slice.py b/invesalius/gui/task_slice.py index 5f82794..3f2f654 100644 --- a/invesalius/gui/task_slice.py +++ b/invesalius/gui/task_slice.py @@ -205,7 +205,7 @@ class InnerFoldPanel(wx.Panel): # parent panel. Perhaps we need to insert the item into the sizer also... # Study this. fold_panel = fpb.FoldPanelBar(self, -1, wx.DefaultPosition, - (10, 170), 0,fpb.FPB_SINGLE_FOLD) + (10, 190), 0,fpb.FPB_SINGLE_FOLD) # Fold panel style style = fpb.CaptionBarStyle() -- libgit2 0.21.2