From 61c7bc028a480ebb093830e3860738194ef554eb Mon Sep 17 00:00:00 2001 From: Heliguy Date: Thu, 19 Sep 2024 01:47:43 -0400 Subject: [PATCH] Update to GNOME 47 runtime --- io.github.flattool.Warehouse.json | 2 +- src/gtk/loading_status.blp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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; }