libsysprof-analyze: improve progress notifications

This commit is contained in:
Christian Hergert
2023-06-21 22:06:42 -07:00
parent 40778febae
commit 13323c5e79
6 changed files with 85 additions and 13 deletions

View File

@ -147,7 +147,7 @@ main (int argc,
"spacing", 6,
NULL);
message = g_object_new (GTK_TYPE_LABEL,
"xalign", .0f,
"xalign", 1.f,
"hexpand", TRUE,
NULL);
progress = g_object_new (GTK_TYPE_PROGRESS_BAR,