mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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,
|
||||
"title", _("CPU"),
|
||||
"height-request", 35,
|
||||
"height-request", 50,
|
||||
"selectable", FALSE,
|
||||
"visible", TRUE,
|
||||
"y-lower", 0.0,
|
||||
|
||||
Reference in New Issue
Block a user