Commit 86f817f699f2df125ae67c3f8ff97fcdaef191be

Authored by tatiana
1 parent 3a3b134c

FIX: (Test) Text centralization under GNU Linux on thumbnails at import panel

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/dicom_preview_panel.py
... ... @@ -40,7 +40,7 @@ class SerieEvent(PreviewEvent):
40 40 def __init__(self , evtType, id):
41 41 super(SerieEvent, self).__init__(evtType, id)
42 42  
43   -#class Preview(wx.Panel):
  43 +class Preview(wx.Panel):
44 44 """
45 45 Where the images will be showed.
46 46 """
... ...