0x00b1 / napari-features

A feature extraction plugin for Napari
MIT License
7 stars 4 forks source link

Table doesn't look so great #11

Open sofroniewn opened 3 years ago

sofroniewn commented 3 years ago

The actual Qt table doesn't look so great, in terms of column widths being too small and lots of numbers not being visible. This might be nice to improve - we might end up making something better in https://github.com/napari/superqt - cc @tlambert03

Screen Shot 2021-08-21 at 8 10 01 PM
tlambert03 commented 3 years ago

The actual Qt table doesn't look so great, in terms of column widths being too small and lots of numbers not being visible.

https://doc.qt.io/qt-5/qtableview.html#resizeColumnsToContents

Might help there

0x00b1 commented 3 years ago

Thanks for the issue @sofroniewn!

This looks great @tlambert03.