mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fixed Readme.md
This commit is contained in:
parent
76aafd0515
commit
21addc73c8
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# CustomTkinter UI-Library
|
# CustomTkinter UI-Library
|
||||||
|
|
||||||

|

|
||||||
| _`complex_example.py` on Windows 11 with dark mode and 'dark-blue' theme_
|
| _`complex_example.py` on Windows 11 with dark mode and 'dark-blue' theme_
|
||||||
|
|
||||||

|

|
||||||
@ -67,7 +67,12 @@ you can find further information on the appearance mode, the themes and all widg
|
|||||||
|
|
||||||
On Windows 10/11 you get a dark window header, which changes with set
|
On Windows 10/11 you get a dark window header, which changes with set
|
||||||
appearance mode or the system, when you use `customtkinter.CTk()`
|
appearance mode or the system, when you use `customtkinter.CTk()`
|
||||||
to create the window, and it works with all python versions.
|
to create the window, and it works with all python versions:
|
||||||
|
|
||||||
|

|
||||||
|
| _`complex_example.py` on Windows 11 with system mode change and standard 'blue' theme_
|
||||||
|
###
|
||||||
|
|
||||||
On macOS however you either need python3.10 or higher or the anaconda python
|
On macOS however you either need python3.10 or higher or the anaconda python
|
||||||
version to get a dark window header at all (Tcl/Tk >= 8.6.9 required).
|
version to get a dark window header at all (Tcl/Tk >= 8.6.9 required).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user