Python Forum
[Tkinter] filedialog. FULL SCREEN - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] filedialog. FULL SCREEN (/thread-6726.html)



filedialog. FULL SCREEN - issac_n - Dec-05-2017

I would like to call a file dialog window with code below but the pop up window is FULL screen, how to resize the window?

master1.filename = filedialog.askdirectory(title="Select files" )