Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create rounded corners only in the top left and top right corners? #72

Open
childeyouyu opened this issue Jan 24, 2024 · 2 comments

Comments

@childeyouyu
Copy link

As mentioned in the title, I want to be able to control where the fillet is, instead of the default corners are now filled。

Here are the results of my current program(Upper left and lower right corners rounded)。

values = ['通道 1', '通道 2', '通道 3', '通道 4', '通道 5', '通道 6', '通道 7', '通道 8']      
table_title = CTkTable(master=scrollable_form, values=[value])
table_title.pack(expand=True, fill="both")

image

@Akascape
Copy link
Owner

Akascape commented Jan 24, 2024

@childeyouyu I guess it's a bug. I will fix it. Hope you are using the latest version.

@childeyouyu
Copy link
Author

I'm using v1.1 and I'll keep an eye on your progress and keep an update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants