progress-info-widget: Make button round again

The button currently looks like a vertical pill, not a circle.

This is a regression from a2d5dafa05

Not using the GtkButton image API apparently requires us to add the image-button style class ourselves.
This commit is contained in:
António Fernandes 2021-11-25 17:13:13 +00:00
parent 8b293757e5
commit cec92f898a

View file

@ -52,6 +52,7 @@
<property name="valign">center</property>
<property name="margin_start">20</property>
<style>
<class name="image-button"/>
<class name="circular"/>
</style>
<child>