ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
9.04k stars 829 forks source link

White Background after compiling #446

Open Arnab-arp opened 1 day ago

Arnab-arp commented 1 day ago

I am trying to buid a very basic Login and Signup form. I have designed my form on Figma and compiled it using the Tkinter-Designer. The background image that I have used along with all the effects that I have put in using Figma, is not rendering in the final output. Let show you what I am talking about.

This is how It should look like Screenshot 2024-10-03 014442

This is how it looks like after the code generation Screenshot 2024-10-03 014506

Is there a way to fix this