mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
8b293757e5
commit
cec92f898a
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue