~bernie/vatstuff/main

« back to all changes in this revision

Viewing changes to vatstuff_packages/vs_gui/purchases/quick_purchase.py

  • Committer: bernie
  • Date: 2010-10-02 00:10:09 UTC
  • Revision ID: bernie@packardbell-20101002001009-r483eahji256oaa7
bugfix - added check for blank description on quickpurchase

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
        button_sizer.Add(self.cancel_button, 0)
325
325
 
326
326
        # Add button_sizer to the main sizer
327
 
        self.sizer.Add(button_sizer, 0, wx.ALL | wx.ALIGN_CENTER, 30)
328
 
 
 
327
        self.sizer.Add(button_sizer, 0, wx.BOTTOM | wx.ALIGN_CENTER, 20)
329
328
 
330
329
        # Set the size to the panel
331
330
        self.SetSizer(self.sizer)