Commit 29d7cf821070176a83f7e163c636c1181d3730d2
1 parent
4f048011
Exists in
wxgtk3_bkp
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
... | ... | @@ -349,7 +349,7 @@ class MaskProperties(wx.Panel): |
349 | 349 | |
350 | 350 | # Sizer which represents the first line |
351 | 351 | line1 = wx.BoxSizer(wx.HORIZONTAL) |
352 | - line1.Add(combo_mask_name, 0, wx.EXPAND|wx.GROW|wx.TOP|wx.RIGHT, 2) | |
352 | + line1.Add(combo_mask_name, 1, wx.EXPAND|wx.GROW|wx.TOP|wx.RIGHT, 2) | |
353 | 353 | line1.Add(button_colour, 0, wx.TOP|wx.LEFT|wx.RIGHT, 2) |
354 | 354 | |
355 | 355 | ### LINE 2 | ... | ... |