readme fix

This commit is contained in:
Tom Schimansky 2022-01-01 22:40:20 +01:00
parent b262ddb39b
commit ec97ef16b5

View File

@ -150,7 +150,7 @@ created two buttons with a bell and a settings image on them:
## Documentation - CustomTkinter Elements ## Documentation - CustomTkinter Elements
### CTk ### CTk
You can use the normal ``kinter.Tk`` class to create the root window, You can use the normal ``tkinter.Tk`` class to create the root window,
but if you want a background color that changes with the appearance mode and a dark title-bar on macOS, but if you want a background color that changes with the appearance mode and a dark title-bar on macOS,
you should use the `customtkinter.CTk` class which behaves exactly like the normal Tk you should use the `customtkinter.CTk` class which behaves exactly like the normal Tk
class, except that you can also set a tuple color as bg color. class, except that you can also set a tuple color as bg color.