comparison frontends/wix/main_window.py @ 55:20e54702fc0b

wix: changed main frame default size
author Goffi <goffi@goffi.org>
date Sun, 10 Jan 2010 17:32:13 +1100
parents 2ce9e350cdf9
children 01ea5680207e
comparison
equal deleted inserted replaced
54:2ce9e350cdf9 55:20e54702fc0b
217 217
218 class MainWindow(wx.Frame, QuickApp): 218 class MainWindow(wx.Frame, QuickApp):
219 """main app window""" 219 """main app window"""
220 220
221 def __init__(self): 221 def __init__(self):
222 wx.Frame.__init__(self,None, title="SAT Wix", size=(400,200)) 222 wx.Frame.__init__(self,None, title="SAT Wix", size=(300,500))
223 self.CM = QuickContactManagement() #gof: 223 self.CM = QuickContactManagement() #gof:
224 224
225 225
226 #Frame elements 226 #Frame elements
227 self.contactList = ContactList(self, self.CM) 227 self.contactList = ContactList(self, self.CM)