Skip to content

Commit

Permalink
misc: port to AdwSpinner
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jul 17, 2024
1 parent 411ffd4 commit 93bd105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ debug = 0
strip = "debuginfo"

[dependencies]
adw = { package = "libadwaita", version = "0.7", features = ["v1_5"] }
adw = { package = "libadwaita", version = "0.7", features = ["v1_6"] }
anyhow = "1.0.59"
futures-channel = "0.3.19"
futures-util = { version = "0.3", default-features = false }
Expand Down
3 changes: 1 addition & 2 deletions data/resources/ui/area_selector.ui
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
<property name="orientation">vertical</property>
<property name="spacing">24</property>
<child>
<object class="GtkSpinner">
<property name="spinning">True</property>
<object class="AdwSpinner">
<property name="height-request">24</property>
<property name="width-request">24</property>
</object>
Expand Down

0 comments on commit 93bd105

Please sign in to comment.