"Fix" more spacers

This commit is contained in:
Ryan Holmes
2017-06-12 21:14:45 -04:00
parent 610f501608
commit 9d75dea31a
9 changed files with 13 additions and 15 deletions

View File

@@ -80,8 +80,7 @@ class DummyView(PreferenceView):
def initFooter(self, panel):
footerSizer = wx.BoxSizer(wx.HORIZONTAL)
footerSizer.AddSpacer((0, 0), 1, wx.EXPAND, 5)
footerSizer.AddSpacer(0)
self.btnRestore = wx.Button(panel, wx.ID_ANY, "Restore", wx.DefaultPosition, wx.DefaultSize, 0)
self.btnRestore.Enable(False)