mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
libsysprof-ui: use "Avg" for label
Less esoteric
This commit is contained in:
@ -218,7 +218,7 @@ add_marks_to_details (SysprofCaptureView *self)
|
|||||||
sysprof_details_view_add_item (priv->details_view,
|
sysprof_details_view_add_item (priv->details_view,
|
||||||
g_object_new (GTK_TYPE_LABEL,
|
g_object_new (GTK_TYPE_LABEL,
|
||||||
"attributes", dim_attrs,
|
"attributes", dim_attrs,
|
||||||
"label", "Ø",
|
"label", "Avg",
|
||||||
"xalign", 1.0f,
|
"xalign", 1.0f,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
NULL),
|
NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user