Show
Ignore:
Timestamp:
05/07/07 16:14:20 (6 years ago)
Author:
DrewCormier
Message:

changed default location of GUI to work a little better with default location of ALF and AWG

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/write_to_file/trunk/write_to_file/write_to_file.py

    r3719 r3722  
    8282    def _init_ctrls(self, prnt): 
    8383        wx.Frame.__init__(self, id=wxID_MAINFRAME, name='', parent=prnt, 
    84               pos=wx.Point(674, 370), size=wx.Size(520, 270), 
     84              pos=wx.Point(530, 570), size=wx.Size(520, 270), 
    8585              style=wx.DEFAULT_FRAME_STYLE, title='Arbitrary Waveform Generator') 
    8686