We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ddaef commit b39a41bCopy full SHA for b39a41b
adwm.py
@@ -20,7 +20,7 @@
20
window.title(windows_title)
21
icon = PhotoImage(file="Icon/adwmgui_icon.png")
22
window.iconphoto(False, icon)
23
- window.geometry("830x30")
+ window.geometry("800x30")
24
window.resizable(FALSE,FALSE)
25
systemclean = Button(window, text=system_clean_title , command=AdWMFuncLib.Systemclean.OpenCleanmgr)
26
systemclean.pack(side=LEFT)
0 commit comments