We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
The text was updated successfully, but these errors were encountered:
@childeyouyu I guess it's a bug. I will fix it. Hope you are using the latest version.
Sorry, something went wrong.
I'm using v1.1 and I'll keep an eye on your progress and keep an update
No branches or pull requests
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)。
The text was updated successfully, but these errors were encountered: