Browse Source

Update

pull/61/head
chriskiehl 10 years ago
parent
commit
d20d7b6a60
1 changed files with 1 additions and 1 deletions
  1. 2
      gooey/gui/ChooserRunner.py

2
gooey/gui/ChooserRunner.py

@ -11,7 +11,7 @@ class MyFrame(wx.Frame):
self.SetBackgroundColour('#ffffff')
sizer = wx.BoxSizer(wx.VERTICAL)
f = CalendarChooser({'title':'cool title', 'help_msg':'cool help msg that is super long and intense and has lots of words!', 'nargs': '+'})
f = CalendarChooser({'title':'cool title', 'help_msg':'cool help msg that is super long and intense andd has lots of words!', 'nargs': '+'})
sizer.Add(f.build(self), 0, wx.EXPAND)
self.SetSizer(sizer)

Loading…
Cancel
Save