Update Datamosher Pro.py

This commit is contained in:
Akash Bora
2022-12-01 10:44:44 +05:30
committed by GitHub
parent 4caf0a675c
commit bfda9fd0f1

View File

@@ -172,7 +172,8 @@ def changeUI():
global window_UI
window_UI = customtkinter.CTkToplevel(self)
window_UI.geometry("410x200")
window_UI.resizable(width=False, height=False)
window_UI.maxsize(410,200)
window_UI.minsize(410,200)
window_UI.title("App Preferences")
window_UI.iconphoto(False, icopath)
uisetting.configure(state=tkinter.DISABLED)