From ffe8e9e06cf1b3ddc3a84b62f90b858da8421538 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 705e25a..295b760 100644 --- a/invesalius/gui/task_slice.py +++ b/invesalius/gui/task_slice.py @@ -324,7 +324,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