Commit ffe8e9e06cf1b3ddc3a84b62f90b858da8421538

Authored by Thiago Franco de Moraes
1 parent 03b33372
Exists in wxgtk3_b5

expanding the label 'set predefined or manual threshold'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/task_slice.py
... ... @@ -324,7 +324,7 @@ class MaskProperties(wx.Panel):
324 324  
325 325 # Sizer which represents the first line
326 326 line1 = wx.BoxSizer(wx.HORIZONTAL)
327   - line1.Add(combo_mask_name, 0, wx.EXPAND|wx.GROW|wx.TOP|wx.RIGHT, 2)
  327 + line1.Add(combo_mask_name, 1, wx.EXPAND|wx.GROW|wx.TOP|wx.RIGHT, 2)
328 328 line1.Add(button_colour, 0, wx.TOP|wx.LEFT|wx.RIGHT, 2)
329 329  
330 330 ### LINE 2
... ...