"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

@@ -139,7 +139,7 @@ class PFNetworkPref(PreferenceView):
mainSizer.Add(self.stPSAutoDetected, 0, wx.ALL | wx.ALIGN_CENTER_VERTICAL, 5)
btnSizer = wx.BoxSizer(wx.HORIZONTAL)
btnSizer.AddSpacer((0, 0), 1, wx.EXPAND, 5)
btnSizer.AddSpacer(0)
self.btnApply = wx.Button(panel, wx.ID_ANY, "Apply Proxy Settings", wx.DefaultPosition, wx.DefaultSize, 0)