From: Alexander Mikhaylenko Date: Sun, 24 Oct 2021 17:23:26 +0000 (+0500) Subject: inspector: Expand the controllers column view X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~212^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83319a3ea62fbe0d321ffec9a06673cec800fdb2;p=gtk4.git inspector: Expand the controllers column view --- diff --git a/gtk/inspector/controllers.c b/gtk/inspector/controllers.c index 08144f1e10..d91bd02b9f 100644 --- a/gtk/inspector/controllers.c +++ b/gtk/inspector/controllers.c @@ -182,6 +182,7 @@ gtk_inspector_controllers_init (GtkInspectorControllers *self) g_signal_connect (factory, "bind", G_CALLBACK (bind_name), NULL); column = gtk_column_view_column_new ("Name", factory); + gtk_column_view_column_set_expand (column, TRUE); gtk_column_view_append_column (GTK_COLUMN_VIEW (self->view), column); g_object_unref (column);