> I'm trying to show some thumbnails inside of iconHtml defined columns in
> a QxListView.  The 47 px high images are being cropped by the next line
> of the table.  How do you adjust the row height (for the entire table I
> assume)?

Same thing as the header height: This is currently hard coded and an 
open TODO.

A quick-and-dirty-hack is:
   qx.ui.table.TablePane.calculateTableRowHeight = function() {
     return 47;
   }




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to