mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
readme fix and new version (1.7)
This commit is contained in:
parent
af73c9ad5f
commit
b262ddb39b
@ -179,6 +179,7 @@ root_tk = customtkinter.CTk()
|
||||
root_tk.configure(bg_color="gray20")
|
||||
root_tk.configure(bg_color=(<light-mode color>, <dark-mode color>))
|
||||
```
|
||||
</details>
|
||||
|
||||
### CTkButton
|
||||
Examle Code:
|
||||
|
@ -1,4 +1,4 @@
|
||||
__version__ = "1.6"
|
||||
__version__ = "1.7"
|
||||
|
||||
from .customtkinter_button import CTkButton
|
||||
from .customtkinter_slider import CTkSlider
|
||||
|
Loading…
Reference in New Issue
Block a user