ussd-dialog: Use AdwSpinner

Make it a bit larger while at that

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/761>
This commit is contained in:
Guido Günther
2024-11-10 16:53:48 +01:00
parent d5cc163801
commit 4bd12c1102
2 changed files with 3 additions and 4 deletions
+3 -1
View File
@@ -134,9 +134,11 @@
</object>
</child>
<child>
<object class="GtkSpinner" id="ussd_spinner">
<object class="AdwSpinner" id="ussd_spinner">
<property name="valign">center</property>
<property name="vexpand">True</property>
<property name="width-request">48</property>
<property name="height-request">48</property>
</object>
</child>
</object>