|
@@ -257,5 +257,9 @@ window_width = window.winfo_width()
|
|
screen_width = window.winfo_screenwidth()
|
|
screen_width = window.winfo_screenwidth()
|
|
window.geometry('+%d+0' % (int((screen_width - window_width) / 2)))
|
|
window.geometry('+%d+0' % (int((screen_width - window_width) / 2)))
|
|
|
|
|
|
|
|
+window.lift()
|
|
|
|
+window.attributes('-topmost',True)
|
|
|
|
+window.after_idle(window.attributes,'-topmost',False)
|
|
|
|
+
|
|
window.mainloop()
|
|
window.mainloop()
|
|
button_cancel_click()
|
|
button_cancel_click()
|