Skip to content
Snippets Groups Projects
Commit b1e0eaba authored by Julien Bonjean's avatar Julien Bonjean
Browse files

Fixed autoresize issue (#708)

parent a04d9867
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,9 @@ calltree_create (calltab_t* tab, gchar* searchbar_type)
tab->tree = gtk_vbox_new(FALSE, 10);
// Fix bug #708 (resize)
gtk_widget_set_usize(tab->tree,100,80);
gtk_container_set_border_width (GTK_CONTAINER (tab->tree), 0);
sw = gtk_scrolled_window_new( NULL, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment