Python Forum

Full Version: filedialog. FULL SCREEN
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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" )