shawnlaffan / biodiverse

A tool for the spatial analysis of diversity
http://shawnlaffan.github.io/biodiverse/
GNU General Public License v3.0
75 stars 19 forks source link

Gtk3: Fix vertical spacing in BaseData import dialogue parameter settings #777

Open shawnlaffan opened 4 years ago

shawnlaffan commented 4 years ago

The parameters table in the import dialogue takes up too much vertical space. This should be fixable using a setting.

This might be a more general problem.

Note also that the Gtk3 docs state that Tables are deprecated in favour of Grids.

Raised as part of work towards #770