Commit fe94b6bb5484cc3dedc9d9bc8bda6e6f2d643122
1 parent
49e8a013
Exists in
master
and in
67 other branches
FIX: Edit tab did not appear with wxPython 2.8.11.0 in the windows XP 32bit
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/task_slice.py
@@ -205,7 +205,7 @@ class InnerFoldPanel(wx.Panel): | @@ -205,7 +205,7 @@ class InnerFoldPanel(wx.Panel): | ||
205 | # parent panel. Perhaps we need to insert the item into the sizer also... | 205 | # parent panel. Perhaps we need to insert the item into the sizer also... |
206 | # Study this. | 206 | # Study this. |
207 | fold_panel = fpb.FoldPanelBar(self, -1, wx.DefaultPosition, | 207 | fold_panel = fpb.FoldPanelBar(self, -1, wx.DefaultPosition, |
208 | - (10, 170), 0,fpb.FPB_SINGLE_FOLD) | 208 | + (10, 190), 0,fpb.FPB_SINGLE_FOLD) |
209 | 209 | ||
210 | # Fold panel style | 210 | # Fold panel style |
211 | style = fpb.CaptionBarStyle() | 211 | style = fpb.CaptionBarStyle() |