From f0bbc188a24abe81b64ea7d3834c36a9ddb9a004 Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Wed, 30 Nov 2022 01:30:21 +0100 Subject: [PATCH] edit readme --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 339b5f5..5d39fee 100644 --- a/Readme.md +++ b/Readme.md @@ -70,7 +70,7 @@ app.mainloop() ``` which results in the following window on macOS: -![](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) @@ -101,8 +101,7 @@ pass a PhotoImage object to the CTkButton with the ``image`` argument. If you want no text at all you have to set ``text=""`` or you specify how to position the text and image at once with the ``compound`` option: - - +![](documentation_images/macOS_button_images.png) | _`example_button_images.py` on macOS_ ###