alejandroautalan / pygubu

A simple GUI builder for the python tkinter module
MIT License
2.02k stars 212 forks source link

Code script generation for changing "minsize" of Toplevel is missing a period #197

Closed nalabrie closed 4 years ago

nalabrie commented 4 years ago

Creating a tk.Toplevel (I named it "top") and changing the minsize to something (I used 640x480) will result in the Python code generator to generate the command topminsize(640, 480) rather than top.minsize(640, 480).

alejandroautalan commented 4 years ago

Hello Nicky, thanks for trying pygubu and for the bug report. I will fix it ASAP

Regards! Alejandro a.