From 29d7cf821070176a83f7e163c636c1181d3730d2 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Mon, 22 Sep 2014 15:38:42 -0300 Subject: [PATCH] expanding the label 'set predefined or manual threshold' --- invesalius/gui/task_slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/task_slice.py b/invesalius/gui/task_slice.py index 74d0ae1..c318974 100644 --- a/invesalius/gui/task_slice.py +++ b/invesalius/gui/task_slice.py @@ -349,7 +349,7 @@ class MaskProperties(wx.Panel): # Sizer which represents the first line line1 = wx.BoxSizer(wx.HORIZONTAL) - line1.Add(combo_mask_name, 0, wx.EXPAND|wx.GROW|wx.TOP|wx.RIGHT, 2) + line1.Add(combo_mask_name, 1, wx.EXPAND|wx.GROW|wx.TOP|wx.RIGHT, 2) line1.Add(button_colour, 0, wx.TOP|wx.LEFT|wx.RIGHT, 2) ### LINE 2 -- libgit2 0.21.2