9p fix#18

This commit is contained in:
shrlnm 2019-05-05 22:01:33 +03:00
parent fb71960f38
commit 448fd6d06d
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)