From fe94b6bb5484cc3dedc9d9bc8bda6e6f2d643122 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Wed, 6 Oct 2010 11:19:26 +0000 Subject: [PATCH] FIX: Edit tab did not appear with wxPython 2.8.11.0 in the windows XP 32bit --- invesalius/gui/task_slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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