Skip to content

Commit

Permalink
fix: adapt to AdwSpinner.size removal
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jul 15, 2024
1 parent 1a9496a commit 428d1ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/resources/ui/page.ui
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
<object class="AdwSpinner">
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="size">18</property>
<property name="width-request">18</property>
<property name="height-request">18</property>
</object>
</property>
</object>
Expand Down
3 changes: 2 additions & 1 deletion data/resources/ui/recent_popover.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<object class="AdwSpinner" id="loading_page">
<property name="margin-top">24</property>
<property name="margin-bottom">24</property>
<property name="size">24</property>
<property name="width-request">24</property>
<property name="height-request">24</property>
</object>
</child>
<child>
Expand Down

0 comments on commit 428d1ec

Please sign in to comment.