easygui
easygui copied to clipboard
Textbox and codebox display position issue
The following code
import easygui
easygui.textbox("1", "2", "3")
on my win10 box gives the following result:
I can't see the buttons Ok cancel without moving the textbox/codebox up.
Versions Easygui 0.98.1 Python 3.8.0 and same result with 3.8.3