added placeholder text to CTkEntry

This commit is contained in:
Tom Schimansky
2022-02-04 21:28:37 +01:00
parent f5cac7b978
commit 5f9c30aeaf
6 changed files with 48 additions and 12 deletions

View File

@ -1,4 +1,4 @@
__version__ = "2.0"
__version__ = "2.1"
from .customtkinter_button import CTkButton
from .customtkinter_slider import CTkSlider