TTK.Progressbar: How to change thickness of a horizontal bar
问题 I am using the TTk.Progressbar in my app. I have scoured the net for an answer but no avail. I have the following code which is working well. But I want to change the thickness of the bar. progressbar = ttk.Progressbar(myGui, orient=HORIZONTAL, length=400, mode="determinate", variable=value_progress, ) progressbar.pack() I want the length to still be 400, but from the top of the bar to the bottom, I wish to decrease that so its half or less then half. (I want my bar on a diet, so to say) But