ypad taken into account
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 19 Aug 2004 05:09:01 +0000 (05:09 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 19 Aug 2004 05:09:01 +0000 (05:09 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@815 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c

index ba0ca45a4cc221dbd06bd9521418f85e7c129c1e..e04f208b9fc305299588331c3899cacb5f2b5bd1 100644 (file)
@@ -378,6 +378,11 @@ ProcessList *processlist_construct(void)
       NULL,
       &process_list->cell_height);
   
+  guint ypad;
+  g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL);
+
+  process_list->cell_height += ypad;
+  
   column = gtk_tree_view_column_new_with_attributes ( "Process",
                 renderer,
                 "text",
This page took 0.024237 seconds and 4 git commands to generate.