From dd66518cb8f7cfe48922ae08ff1bdaa551ca45c4 Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Thu, 10 Mar 2022 20:44:40 +0100 Subject: [PATCH] fixed Readme.md --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 13e2991..3a6fc96 100644 --- a/Readme.md +++ b/Readme.md @@ -82,9 +82,9 @@ version to get a dark window header at all (Tcl/Tk >= 8.6.9 required). ### Button with images It's possible to put an image on a CTkButton. You just have to -pass a PhotoImage object to the CTkButton with the argument ``image``. -If you want no text at all you have to set ``text=""`` or with the ``compound`` -option you can specify how to position both the text and image at once: +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_