"Fix" more spacers
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user