Changeset 107

Show
Ignore:
Timestamp:
04/12/08 22:36:40 (5 months ago)
Author:
njriley
Message:

the display is bigger, apparently

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sucrose/trunk/python/keypad_tk.py

    r106 r107  
    3535 
    3636                self.window = Tkinter.Tk() 
    37                 self.window.geometry('640x480+0+0') 
     37                self.window.geometry('800x600+0+0') 
    3838                self.window.resizable(False, False) 
    3939                self.window.focus_set()