Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Image for TableColumn taking up too much space


I created a sort indicator image which is 8 pixels wide and 4 pixels high.  But when I set the image on the TableColumn the column gets about 20 pixels wider.  I printed out the bounds of the Image object (image.getBounds()) and "Rectangle {0, 0, 8, 4}" is printed.  Is there any way to control this behavior?

Thanks,
Robert Johnson

Back to the top