diff --git a/_pyren_launcher.py b/_pyren_launcher.py index 2800fcc..cd31182 100755 --- a/_pyren_launcher.py +++ b/_pyren_launcher.py @@ -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) diff --git a/pyren/mod_ddt_screen.py b/pyren/mod_ddt_screen.py index a6d4d9f..482af1c 100755 --- a/pyren/mod_ddt_screen.py +++ b/pyren/mod_ddt_screen.py @@ -188,7 +188,7 @@ class DDTScreen (tk.Frame): self.root.geometry ("1024x768") tk.Frame.__init__ (self, self.root) self.root.bind ('', self.fontUp) - self.root.bind ('<=>', self.fontUp) + self.root.bind ('', self.fontUp) self.root.bind ('', self.fontDown) # self.root.wm_attributes('-fullscreen', 1)