Removing sizing hack now that dialog sizing is correct

This commit is contained in:
blitzmann
2014-03-03 11:19:32 -05:00
parent 9b096524cc
commit 9d2eee3b01

View File

@@ -50,8 +50,6 @@ class PFHTMLExportPref ( PreferenceView):
self.fileSelectButton.Bind(wx.EVT_BUTTON, self.selectHTMLExportFilePath)
mainSizer.Add( self.fileSelectButton, 0, wx.ALL|wx.ALIGN_CENTER_VERTICAL, 5)
# Quick and dirty hack to size the dialog in a nice way. This will have to change with more pages/content
mainSizer.AddSpacer( ( 0, 30), 1, wx.EXPAND, 5 )
panel.SetSizer( mainSizer )
panel.Layout()