easygui icon indicating copy to clipboard operation
easygui copied to clipboard

Textbox and codebox display position issue

Open matt32106 opened this issue 4 years ago • 0 comments

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

matt32106 avatar Jun 25 '20 13:06 matt32106