We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa98621 commit a57cb67Copy full SHA for a57cb67
tkinter/transparent/README.md
@@ -1,7 +1,7 @@
1
2
# Transparent
3
4
-Tkinter can make transparent windows with all widgets.
+`Tkinter` can make transparent window with all widgets.
5
6

7
@@ -11,5 +11,6 @@ And it can't make transparent one widget and keep solid window (and other widget
11
12
---
13
14
-BTW: if you need text (without backgroun) on top of image then you can't put Label with text on Label with image.
15
-But you can use Canvas to put image and text without backgroud (or PNG image without background).
+BTW: if you need text (without background) on top of image then you can't put Label with text on Label with image.
+
16
+But you can use Canvas with image and with text without backgroud (or with PNG image without background).
0 commit comments