ParthJadhav / Tkinter-Designer

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

i can't change Rectangle color #227

Open issam-seghir opened 2 years ago

issam-seghir commented 2 years ago

the problem is : i can't change Rectangle color , and the question is : can i use linear color and shadow and radius in Rectangle like in Button ?

ParthJadhav commented 2 years ago

Hey @Issam-seghir , It seems you are using Rectangle inside a group. You need to have all the elements at the top level.

The color will show up now.

and the question is : can i use linear color and shadow and radius in Rectangle like in Button ?

No @Issam-seghir you can't use linear colors or shadows. But if you want to use Radius for rectangles then you can rename it to Image. This will transform all the colors and border-radius.