TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.77k stars 1.03k forks source link

REQUEST : Can we add a relief style like the tkinter Entry ? #2453

Open AnonymousVibrate opened 1 month ago

AnonymousVibrate commented 1 month ago

I know that you would say "why can't you just use the tkinter Entry". Well I like the border radius in custom tkinter where the tkinter entry doesn't have that parameter.

tkinter entry : relief style is good but no border radius roundness. Customtkinter entry : no relief style but good border radius roundness.

python_tkinter_relief_style