Skip to content

Commit b39a41b

Browse files
The screen resolution has been updated (this change is already available in the compiled version of AdWMGUI versions 1.4 and 1.5).
1 parent 47ddaef commit b39a41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adwm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
window.title(windows_title)
2121
icon = PhotoImage(file="Icon/adwmgui_icon.png")
2222
window.iconphoto(False, icon)
23-
window.geometry("830x30")
23+
window.geometry("800x30")
2424
window.resizable(FALSE,FALSE)
2525
systemclean = Button(window, text=system_clean_title , command=AdWMFuncLib.Systemclean.OpenCleanmgr)
2626
systemclean.pack(side=LEFT)

0 commit comments

Comments
 (0)