inspector: Expand the controllers column view
authorAlexander Mikhaylenko <alexm@gnome.org>
Sun, 24 Oct 2021 17:23:26 +0000 (22:23 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Sun, 24 Oct 2021 17:27:50 +0000 (22:27 +0500)
gtk/inspector/controllers.c

index 08144f1e10a4e0bdb310ea935d48443fd14a9d36..d91bd02b9f324b7e174d205216707454687c0e86 100644 (file)
@@ -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);