9p fix#18
This commit is contained in:
parent
fb71960f38
commit
448fd6d06d
@ -401,7 +401,7 @@ if osname != 'android':
|
||||
def __init__(self):
|
||||
self.save = settings()
|
||||
self.root = tk.Tk()
|
||||
self.root.option_add('*Dialog.msg.font', 'Courier New 12')
|
||||
self.root.option_add('*Dialog.msg.font', 'Courier\ New 12')
|
||||
self.root.geometry("500x500")
|
||||
tk.Frame.__init__(self, self.root)
|
||||
|
||||
|
@ -188,7 +188,7 @@ class DDTScreen (tk.Frame):
|
||||
self.root.geometry ("1024x768")
|
||||
tk.Frame.__init__ (self, self.root)
|
||||
self.root.bind ('<plus>', self.fontUp)
|
||||
self.root.bind ('<=>', self.fontUp)
|
||||
self.root.bind ('<equal>', self.fontUp)
|
||||
self.root.bind ('<minus>', self.fontDown)
|
||||
|
||||
# self.root.wm_attributes('-fullscreen', 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user