diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-05 08:56:45 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-05 08:56:45 (GMT) |
commit | fd679be33396b0ba85ba6617b33a66d221026d91 (patch) | |
tree | 4aae9544c1dcbcacd8077da0ff3bd553b55db422 /src/gtkext/graph | |
parent | c9391d0a1d42a05c72fd1c909a00774561ac9f81 (diff) |
Restored the panel for a glance at the current code view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@503 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/graph')
-rw-r--r-- | src/gtkext/graph/layout.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gtkext/graph/layout.c b/src/gtkext/graph/layout.c index ee91aff..2e3759a 100644 --- a/src/gtkext/graph/layout.c +++ b/src/gtkext/graph/layout.c @@ -784,13 +784,6 @@ void g_graph_layout_size_request(const GGraphLayout *layout, GtkRequisition *req requisition->height = g_graph_ranks_get_height(layout->ranks); - - requisition->width = 3000; - requisition->height = 3000; - - - printf("SIZE REQ\n"); - } |