Improved Looks

Added a determined font and color as well as the ability to switch
between big and small fonts. Also limited files that should be displayed
in the "open notes" prompt.
This commit is contained in:
joelnir
2016-01-03 23:26:03 +01:00
parent a45d520e52
commit 22fc7017be
6 changed files with 60 additions and 6 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ def select_file():
Otherwise returns absolute path to selected file.
"""
file = file_dia.askopenfilename()
file = file_dia.askopenfilename(filetypes=config.TEXT_FILES)
if file:
return file