summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrifa75 <yahiaoui.fakhri@gmail.com>2022-12-05 00:32:25 +0100
committerBastien Nocera <hadess@hadess.net>2022-12-05 11:56:50 +0100
commit1b27b7d2cce6053abb4411cee26f883fa029260a (patch)
treebb5cceda18ab8343f767d9e74bd9b55efbd64ea9
parentcf8dd631bb6e32f5a469f2b88460a506a1c0b2a7 (diff)
downloadtotem-1b27b7d2cce6053abb4411cee26f883fa029260a.tar.gz
main: Make playlist Fill the inspector page
Closes: #531
-rw-r--r--src/totem-playlist-inspector-page.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/totem-playlist-inspector-page.c b/src/totem-playlist-inspector-page.c
index 57f8323e5..264c969fa 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;