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),
|
||||
g_object_new (GTK_TYPE_LABEL,
|
||||
"label", minstr,
|
||||
"selectable", TRUE,
|
||||
"xalign", 0.0f,
|
||||
"visible", TRUE,
|
||||
NULL));
|
||||
@ -209,6 +210,7 @@ add_marks_to_details (SysprofCaptureView *self)
|
||||
NULL),
|
||||
g_object_new (GTK_TYPE_LABEL,
|
||||
"label", maxstr,
|
||||
"selectable", TRUE,
|
||||
"xalign", 0.0f,
|
||||
"visible", TRUE,
|
||||
NULL));
|
||||
@ -222,6 +224,7 @@ add_marks_to_details (SysprofCaptureView *self)
|
||||
NULL),
|
||||
g_object_new (GTK_TYPE_LABEL,
|
||||
"label", avgstr,
|
||||
"selectable", TRUE,
|
||||
"xalign", 0.0f,
|
||||
"visible", TRUE,
|
||||
NULL));
|
||||
|
||||
Reference in New Issue
Block a user