mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
visualizergroupheader: dedazzle
This commit is contained in:
@ -120,7 +120,7 @@ _sysprof_visualizer_group_header_add_row (SysprofVisualizerGroupHeader *self,
|
|||||||
"pixel-size", 16,
|
"pixel-size", 16,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
NULL);
|
NULL);
|
||||||
dzl_gtk_widget_add_style_class (GTK_WIDGET (image), "dim-label");
|
gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (image)), "dim-label");
|
||||||
gtk_container_add (GTK_CONTAINER (box), GTK_WIDGET (image));
|
gtk_container_add (GTK_CONTAINER (box), GTK_WIDGET (image));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user