Pingu
Pingu copied to clipboard
Widget is of variable width
The widget is of variable width as the ping time number changes. It makes it a bit awkward to watch and pushes all other widgets left and right when it's loaded before them.
@thanpolas yeah the widget is adjusting its width to fit it's label. Imagine a response being 1001ms for example. One solution might be to use an average-width label and adjust the font size to fit. Will take a look, ty 👍