mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: allow text selection
This commit is contained in:
@ -196,6 +196,7 @@ add_marks_to_details (SysprofCaptureView *self)
|
|||||||
NULL),
|
NULL),
|
||||||
g_object_new (GTK_TYPE_LABEL,
|
g_object_new (GTK_TYPE_LABEL,
|
||||||
"label", minstr,
|
"label", minstr,
|
||||||
|
"selectable", TRUE,
|
||||||
"xalign", 0.0f,
|
"xalign", 0.0f,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
NULL));
|
NULL));
|
||||||
@ -209,6 +210,7 @@ add_marks_to_details (SysprofCaptureView *self)
|
|||||||
NULL),
|
NULL),
|
||||||
g_object_new (GTK_TYPE_LABEL,
|
g_object_new (GTK_TYPE_LABEL,
|
||||||
"label", maxstr,
|
"label", maxstr,
|
||||||
|
"selectable", TRUE,
|
||||||
"xalign", 0.0f,
|
"xalign", 0.0f,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
NULL));
|
NULL));
|
||||||
@ -222,6 +224,7 @@ add_marks_to_details (SysprofCaptureView *self)
|
|||||||
NULL),
|
NULL),
|
||||||
g_object_new (GTK_TYPE_LABEL,
|
g_object_new (GTK_TYPE_LABEL,
|
||||||
"label", avgstr,
|
"label", avgstr,
|
||||||
|
"selectable", TRUE,
|
||||||
"xalign", 0.0f,
|
"xalign", 0.0f,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
NULL));
|
NULL));
|
||||||
|
|||||||
Reference in New Issue
Block a user