robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
455 stars 114 forks source link

Textbox and codebox display position issue #174

Open matt32106 opened 4 years ago

matt32106 commented 4 years ago

The following code

import easygui
easygui.textbox("1", "2", "3")

on my win10 box gives the following result:

image

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