Commit ad70187d0935fb27759ae60386b7464556999e55
1 parent
1a5952ca
Exists in
master
and in
5 other branches
ENH: Repair preferences window
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/preferences.py
... | ... | @@ -44,7 +44,7 @@ class Preferences(wx.Dialog): |
44 | 44 | |
45 | 45 | btnsizer.Realize() |
46 | 46 | |
47 | - sizer.AddSizer(btnsizer, 10, wx.GROW|wx.ALIGN_CENTER_VERTICAL|wx.RIGHT|wx.TOP, 5) | |
47 | + sizer.AddSizer(btnsizer, 10, wx.GROW|wx.ALIGN_CENTER_VERTICAL|wx.RIGHT|wx.TOP|wx.BOTTOM, 5) | |
48 | 48 | |
49 | 49 | self.SetSizer(sizer) |
50 | 50 | sizer.Fit(self) | ... | ... |