Fixed sizer borders

bzr-revno: 3
This commit is contained in:
Eric Searcy 2008-01-19 00:53:44 +00:00
parent ef646e6411
commit fed67955a1
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ class MainPanel(wx.Panel):
oospanel = oos.OrderOfService(self)
sizer = wx.BoxSizer(wx.HORIZONTAL)
sizer.Add(oospanel, 0, wx.ALL, 10)
sizer.Add(controlbook, 1, wx.TOP|wx.BOTTOM|wx.LEFT, 10)
sizer.Add(oospanel, 0, wx.TOP|wx.BOTTOM|wx.LEFT, 10)
sizer.Add(controlbook, 1, wx.ALL, 10)
self.SetSizerAndFit(sizer)

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env pythonw
"""