ParthJadhav / Tkinter-Designer

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

Rounded button has white line below it #190

Open Mennaruuk opened 2 years ago

Mennaruuk commented 2 years ago

Dear Parth,

How are you!? Hope you got good sleep.

I have an issue with rounded button. It has a weird white line below and behind it, as seen below. I did not add the line, so I wonder how I can remove it if possible.

button

Here is the Figma url: https://www.figma.com/file/KEk4cu9XKoWWgpsfp4PVoM/twayback-(Copy)?node-id=0%3A1

Thank you and have a great day.

ParthJadhav commented 2 years ago

https://github.com/ParthJadhav/Tkinter-Designer/issues/193

You can have a look at this issue.

MMCREW7 commented 2 years ago

Something im using in my own project atm. Using BG="#color" (same color as my programs main color) then using activebackground="#color" (adds my background color again while being clicked)

might have to add border="0",

hopefully this helps :) Before: before

After: after

Willdog10 commented 1 year ago

Great job paying attention to detail on this one cause it could have easily been overlooked