mirror of
https://github.com/Akascape/Datamosher-Pro.git
synced 2025-12-06 00:09:59 +01:00
Update Datamosher Pro.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user