diff --git a/src/Picocrypt.py b/src/Picocrypt.py index f56450f..ea26d88 100644 --- a/src/Picocrypt.py +++ b/src/Picocrypt.py @@ -32,6 +32,13 @@ import tkinter.ttk import tkinter.scrolledtext import webbrowser +# Set high DPI on Windows +try: + from ctypes import windll + windll.shcore.SetProcessDpiAwareness(1) +except: + pass + # Global variables and notices inputFile = "" outputFile = ""