Skip to content

Commit

Permalink
feat: GtkSpinner => AdwSpinner (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr authored Oct 1, 2024
1 parent 6582656 commit 28a3485
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/ui/application.ui
Original file line number Diff line number Diff line change
Expand Up @@ -325,12 +325,11 @@
<object class="GtkStackPage">
<property name="name">spinner</property>
<property name="child">
<object class="GtkSpinner">
<object class="AdwSpinner">
<property name="valign">center</property>
<property name="halign">center</property>
<property name="hexpand">1</property>
<property name="vexpand">1</property>
<property name="spinning">1</property>
<property name="width-request">32</property>
<property name="height-request">32</property>
</object>
Expand Down

0 comments on commit 28a3485

Please sign in to comment.