Skip to content
Snippets Groups Projects
Commit c43feceb authored by Danny Auble's avatar Danny Auble
Browse files

fix for displaying partitions and good separation in blugene popup windows

parent 51d66db3
No related branches found
No related tags found
No related merge requests found
......@@ -541,6 +541,9 @@ extern void put_buttons_in_table(GtkTable *table, List button_list)
(grid_button->table_y+1),
GTK_SHRINK, GTK_SHRINK,
1, 1);
if(!grid_button->table_x)
gtk_table_set_row_spacing(table,
grid_button->table_y, 5);
#else
grid_button->table = table;
grid_button->table_x = coord_x;
......
......@@ -1653,8 +1653,10 @@ display_it:
}
}
list_iterator_destroy(itr);
#ifndef HAVE_BG
put_buttons_in_table(popup_win->grid_table,
popup_win->grid_button_list);
#endif
_update_info_part(send_info_list,
GTK_TREE_VIEW(spec_info->display_widget));
......
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