You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'm using the latest version of CustomTkinter.
So, I was developing a registration page using CustomTkinter. I wanted to make my CTk elements (CTkEntry, CTkButton) rounded at the ends like in my previous project (A weather application). When I used the corner_radius attribute, rather than properly rounding the corners, it just made my elements look like a bone (believe me). The image is attached below.
You can see the issue in the username entry field. This is not how corner radius is supposed to work, I'll add an image of my previous project below, where the same attribute is working properly (as you can see in the entry fields on the leftmost frame).
Kindly fix this issue.
The text was updated successfully, but these errors were encountered:
First of all, I'm using the latest version of CustomTkinter.
So, I was developing a registration page using CustomTkinter. I wanted to make my CTk elements (CTkEntry, CTkButton) rounded at the ends like in my previous project (A weather application). When I used the corner_radius attribute, rather than properly rounding the corners, it just made my elements look like a bone (believe me). The image is attached below.
You can see the issue in the username entry field. This is not how corner radius is supposed to work, I'll add an image of my previous project below, where the same attribute is working properly (as you can see in the entry fields on the leftmost frame).
Kindly fix this issue.
The text was updated successfully, but these errors were encountered: