CTkTable icon indicating copy to clipboard operation
CTkTable copied to clipboard

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

Open childeyouyu opened this issue 2 years ago • 2 comments

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

childeyouyu avatar Jan 24 '24 07:01 childeyouyu

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

Akascape avatar Jan 24 '24 07:01 Akascape

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

childeyouyu avatar Jan 24 '24 07:01 childeyouyu