Commit fe94b6bb5484cc3dedc9d9bc8bda6e6f2d643122
1 parent
49e8a013
Exists in
master
and in
5 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 | 205 | # parent panel. Perhaps we need to insert the item into the sizer also... |
206 | 206 | # Study this. |
207 | 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 | 210 | # Fold panel style |
211 | 211 | style = fpb.CaptionBarStyle() | ... | ... |