Is there a way to customize the horizontal padding between an image and text in a Label widget when compound=left or right?
The 2 ways I can think of are: 1. Use PIL to dynamically add columns of pixels to an image 2. Insert or append spaces to the text= option of the label to force the separation of image and text What I'm looking for is a way to specify the horizontal padding (between image and text) in pixels. Thank you, Malcolm
_______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss