tahrir
tahrir copied to clipboard
Microblogs should be relatively sized in the MicroblogPostPanel.
The MicroblogPostPanel, which uses a JTable as its underlining Swing component, should display microblogs based on their relative size rather than a "one size fits all". Might be simple to implement this with setRowHeight() in JTable but this may just resize all the microblogs to the same size (like before).