Replies: 2 comments
-
I have the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe this would better fit the Bug category than in here, I guess. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a problem with a meter,
when I change the value with the configure option, there is sometimes an empty square visible in the center, depending on how characters the value is. It looks like it's an empty label from the subtext option.
When the value is below 1, there is no indicator showing. Is this possible to let the indicator show value between 0-1?
cpu_1_speed = ttk.Meter(master=cpu_1_frame,metersize=100,metertype="semi",stripethickness=7,interactive=False,bootstyle='success',amounttotal=2) cpu_1_speed.configure(amountused = cpu_1_speed_value)
Beta Was this translation helpful? Give feedback.
All reactions