X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fprocesslist.c;h=b337038508aee49261c15194c77e8cfec63eb9d2;hb=7a33664143658832b9f1a89c15f4965543271cd5;hp=6edb0c2c4390ff956ccd28e19fc49bf7fa39ab2e;hpb=d1569ac63860908ec7802067264b5b82b1497f82;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c index 6edb0c2c..b3370385 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c @@ -403,10 +403,10 @@ ProcessList *processlist_construct(void) NULL, &process_list->cell_height); - guint ypad; - g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL); + //guint ypad; + //g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL); - process_list->cell_height += ypad; + //process_list->cell_height += ypad; process_list->cell_height += vertical_separator;