Updated update preference view with new icon and text wrapping

This commit is contained in:
blitzmann
2014-03-03 01:53:55 -05:00
parent 35a0b0ce4b
commit 9b096524cc
3 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ class PFHTMLExportPref ( PreferenceView):
mainSizer.Add( self.stTitle, 0, wx.ALL, 5 )
self.stDesc = wx.StaticText( panel, wx.ID_ANY, self.desc, wx.DefaultPosition, wx.DefaultSize, 0 )
self.stDesc.Wrap(dlgWidth - 120)
self.stDesc.Wrap(dlgWidth - 50)
mainSizer.Add( self.stDesc, 0, wx.ALL, 5 )
self.exportEnabled = wx.CheckBox( panel, wx.ID_ANY, u"Enable HTML export", wx.DefaultPosition, wx.DefaultSize, 0 )