mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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,
|
||||
g_object_new (GTK_TYPE_LABEL,
|
||||
"attributes", dim_attrs,
|
||||
"label", "Ø",
|
||||
"label", "Avg",
|
||||
"xalign", 1.0f,
|
||||
"visible", TRUE,
|
||||
NULL),
|
||||
|
||||
Reference in New Issue
Block a user