Actions
Bug #3295
closedWTableView::setHeaderHeight() doesn't work with Units other than pixesl
Start date:
06/11/2014
Due date:
% Done:
0%
Estimated time:
Description
If I call WTableView::setHeaderHeight( 3,WLength::FontEm ) I get a header 3 pixels high.
If I call WTableView::setHeaderHeight( "3em" ) I get a heade 3em high.
The scrrnshot shows also the computed height of the header element: 3px.
Files
Updated by Koen Deforche about 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
Because of the computations involved in WTableView to position data, we only support pixel-based row heights. I've clarified the documentation.
Regards,
koen
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed
Actions