Add spinner for loading game covers

This commit is contained in:
kramo
2023-04-05 09:57:31 +02:00
parent ee0c07befc
commit 41f7ce3d5f
4 changed files with 40 additions and 19 deletions

View File

@@ -71,7 +71,7 @@ def create_details_window(parent_widget, game_id=None):
cover_button_delete_revealer = Gtk.Revealer(
child=cover_button_delete,
transition_type=Gtk.RevealerTransitionType.CROSSFADE,
margin_end=42,
margin_end=40,
)
if not game_id: