[issue43606] PySimpleGUI: initial huge window & no widgets visible

E. Paine report at bugs.python.org
Tue Mar 23 16:37:55 EDT 2021


E. Paine <paineelisha at gmail.com> added the comment:

I have removed the Windows component as the issue reported seems to be on Ubuntu (but I don't like removing others from the nosy, so have left that alone).

Tkinter does no initial window configuration created through either `Tk()` or `Toplevel()` as this is all handled by Tk (though I don't believe that would do the behaviour you describe). I cannot reproduce the issue (either with or without the 'size' argument) but suggest you take it up with the PySimpleGui team as they may be doing some custom configuration.

----------
components:  -Windows
nosy: +epaine, pau, serhiy.storchaka
title: initial huge window  && no widgets visible -> PySimpleGUI: initial huge window & no widgets visible

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43606>
_______________________________________


More information about the Python-bugs-list mailing list