[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] LabelProvider and icon
|
Hello,
I have a Table with 5 columns.
______________________________________
| COL1 | COL2 | COL3 | COL4 | COL5 |
--------------------------------------
| TEXT | TEXT | TEXT | IMAGE | IMAGE |
| TEXT | TEXT | TEXT | IMAGE | IMAGE |
| TEXT | TEXT | TEXT | IMAGE | IMAGE |
...
When I display an image in the 4th column for example, the text in my
1st column is shifted on the right (equals the image width). AND in the
same time if I add an image in the 5th column then it is resized to the
size on my image in the 4th column.
What is wrong ?
Thanks.