mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
cpu: make row a bit bigger
We should make it at least the size of the minimum for the view area, or things look weird when we dont have marks added.
This commit is contained in:
@ -273,7 +273,7 @@ handle_capture_results (GObject *object,
|
|||||||
{
|
{
|
||||||
GtkWidget *row = g_object_new (SP_TYPE_CPU_VISUALIZER_ROW,
|
GtkWidget *row = g_object_new (SP_TYPE_CPU_VISUALIZER_ROW,
|
||||||
"title", _("CPU"),
|
"title", _("CPU"),
|
||||||
"height-request", 35,
|
"height-request", 50,
|
||||||
"selectable", FALSE,
|
"selectable", FALSE,
|
||||||
"visible", TRUE,
|
"visible", TRUE,
|
||||||
"y-lower", 0.0,
|
"y-lower", 0.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user