Commit f447a151d1d7ef401307995c4bcf555c3b39cb02

Authored by Thiago Franco de Moraes
1 parent 5ad02309
Exists in ff_mask

Better gui

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
invesalius/gui/dialogs.py
@@ -1885,12 +1885,12 @@ class FFillOptionsDialog(wx.Dialog): @@ -1885,12 +1885,12 @@ class FFillOptionsDialog(wx.Dialog):
1885 self.conect3D.SetSelection(0) 1885 self.conect3D.SetSelection(0)
1886 self.config.con_3d = 6 1886 self.config.con_3d = 6
1887 1887
1888 - sizer.Add(wx.StaticText(self, -1, _(u"Parameters")), (0, 0), flag=wx.TOP | wx.LEFT | wx.RIGHT, border=5) 1888 + sizer.Add(wx.StaticText(self, -1, _(u"Parameters")), (0, 0), flag=wx.TOP|wx.LEFT|wx.RIGHT, border=7)
1889 sizer.AddStretchSpacer((0, 5)) 1889 sizer.AddStretchSpacer((0, 5))
1890 - sizer.Add(self.target_2d, (1, 0), (1, 3))  
1891 - sizer.Add(self.target_3d, (2, 0), (1, 3))  
1892 - sizer.Add(self.conect2D, (3, 0), flag=wx.TOP | wx.LEFT | wx.RIGHT, border=5)  
1893 - sizer.Add(self.conect3D, (4, 0), flag=wx.TOP | wx.LEFT | wx.RIGHT, border=5) 1890 + sizer.Add(self.target_2d, (1, 0), (1, 3), flag=wx.LEFT|wx.RIGHT, border=9)
  1891 + sizer.Add(self.target_3d, (2, 0), (1, 3), flag=wx.LEFT|wx.RIGHT, border=9)
  1892 + sizer.Add(self.conect2D, (3, 0), flag=wx.TOP|wx.LEFT|wx.RIGHT, border=9)
  1893 + sizer.Add(self.conect3D, (4, 0), flag=wx.ALL, border=9)
1894 1894
1895 self.SetSizer(sizer) 1895 self.SetSizer(sizer)
1896 sizer.Fit(self) 1896 sizer.Fit(self)