Skip to content

Commit

Permalink
main: Make playlist Fill the inspector page
Browse files Browse the repository at this point in the history
Closes: #531
  • Loading branch information
Krifa75 authored and hadess committed Dec 5, 2022
1 parent cf8dd63 commit 1b27b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/totem-playlist-inspector-page.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ insert_playlist_widget (TotemPlaylistInspectorPage *self)
return G_SOURCE_CONTINUE;
gtk_container_add (GTK_CONTAINER (self),
GTK_WIDGET (totem->playlist));
gtk_widget_set_hexpand (GTK_WIDGET (totem->playlist), TRUE);
gtk_widget_show_all (GTK_WIDGET (self));
self->totem = totem;
return G_SOURCE_REMOVE;
Expand Down

0 comments on commit 1b27b7d

Please sign in to comment.