text_frame.place() Not displaying text box
Attempting to display a text box, was displaying with .pack() but .place() isn’t making. I don’t want to use .pack() because of padding; I’d rather .place() because of relx and rely.
Attempting to display a text box, was displaying with .pack() but .place() isn’t making. I don’t want to use .pack() because of padding; I’d rather .place() because of relx and rely.