libsysprof-ui: setup environment editor

This commit is contained in:
Christian Hergert
2019-05-18 13:36:30 -07:00
parent 468b5f8d3c
commit b213f7bbe4
4 changed files with 60 additions and 23 deletions

View File

@ -68,6 +68,7 @@ sysprof_environ_editor_create_dummy_row (SysprofEnvironEditor *self)
label = g_object_new (GTK_TYPE_LABEL,
"label", _("New variable…"),
"margin", 6,
"visible", TRUE,
"xalign", 0.0f,
NULL);