From 448fd6d06ddb7c9df8c0eb260a3df5dc45477309 Mon Sep 17 00:00:00 2001 From: shrlnm Date: Sun, 5 May 2019 22:01:33 +0300 Subject: [PATCH] 9p fix#18 --- _pyren_launcher.py | 2 +- pyren/mod_ddt_screen.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)