Python/Tkinter: Customize horizontal padding between image and text in Label widget? -
is there way customize horizontal padding between image , text in label widget when compound=left or right?
the 2 ways can think of are:
use pil dynamically add columns of pixels image
insert or append spaces text= option of label force separation of image , text
what i'm looking way specify horizontal padding (between image , text) in pixels.
there no built-in way want. own suggestions good. option create frame, , place separate image , label widgets in frame. have complete control of placement of widgets
Comments
Post a Comment