inspector: Drop more uses of can-focus

This commit is contained in:
Matthias Clasen 2020-03-29 21:05:38 -04:00
parent f996ba6585
commit b3b29e37fd

View File

@ -56,7 +56,6 @@ add_row (GtkContainer *box,
row = g_object_new (GTK_TYPE_LIST_BOX_ROW,
"selectable", FALSE,
"activatable", FALSE,
"can-focus", FALSE,
NULL);
label = g_object_new (GTK_TYPE_LABEL,