edit readme

This commit is contained in:
Tom Schimansky 2022-11-30 01:27:38 +01:00
parent 5282b8ca3e
commit f2bf7f50e1
2 changed files with 3 additions and 3 deletions

View File

@ -68,13 +68,13 @@ button.place(relx=0.5, rely=0.5, anchor=tkinter.CENTER)
app.mainloop()
```
which gives the following (macOS dark mode on):
which results in the following window on macOS:
![](documentation_images/macOS_button_dark.png)
![](documentation_images/single_button_macOS.png)
In the [examples folder](https://github.com/TomSchimansky/CustomTkinter/tree/master/examples), you
can find more example programs and in the [Documentation](https://github.com/TomSchimansky/CustomTkinter/wiki)
you can find further information on the appearance mode, the themes and all widgets.
you can find further information on the appearance mode, scaling, themes and all widgets.
## More Examples and Showcase

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB