diff --git a/io.github.flattool.Warehouse.json b/io.github.flattool.Warehouse.json index fbd819e..88e477b 100644 --- a/io.github.flattool.Warehouse.json +++ b/io.github.flattool.Warehouse.json @@ -1,7 +1,7 @@ { "id" : "io.github.flattool.Warehouse", "runtime" : "org.gnome.Platform", - "runtime-version" : "46", + "runtime-version" : "47", "sdk" : "org.gnome.Sdk", "command" : "warehouse", "finish-args" : [ diff --git a/src/gtk/loading_status.blp b/src/gtk/loading_status.blp index 4303e86..7b78c18 100644 --- a/src/gtk/loading_status.blp +++ b/src/gtk/loading_status.blp @@ -11,9 +11,8 @@ template $LoadingStatus : ScrolledWindow { margin-end: 12; margin-top: 12; margin-bottom: 12; - Spinner { + Adw.Spinner { height-request: 30; - spinning: true; margin-bottom: 12; opacity: 0.5; }