CustomTkinter
CustomTkinter copied to clipboard
Second corner has a line after changing background_corner_colors
Hello, I tried to change the corner colors of my frame which worked for three of the corners. Only the second (top right) corner has a strange line which should not be there. How can i remove that line?
CustomTkinter Version: 5.2.1 Python Version: 3.10.1 OS: Windows 10
try changing your background color to transparent.
try changing your background color to transparent.
@AshhadDevLab I tried changing bg_color as well as fg_color of my frame to "transparent" but unfortunately neither made a difference.
I experience the same thing with the segmented button, but only if scaling is set to 150% or higher.
try tweaking the border_color if its a button.
I experience the same thing with the segmented button, but only if scaling is set to 150% or higher.
@MuzzyGH My scaling is at 100% for all of my screens.
try tweaking the border_color if its a button.
@AshhadDevLab Although it is a frame and not a button, changing the color to pure white, red or blue didnt change the line.