diff --git a/src/totem-playlist-inspector-page.c b/src/totem-playlist-inspector-page.c index 57f8323e5d28ad2487f05c606817f940f871932d..264c969fa56aebb661e4e48be71660f92657a4d2 100644 --- a/src/totem-playlist-inspector-page.c +++ b/src/totem-playlist-inspector-page.c @@ -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;