Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] TableColumn Image sizing


Hi Robert, can you create a bugzilla report with the image?  I'm assuming that you are running under Windows.  Thanks!



rjohnson2@xxxxxxxxxxxxxxx
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

05/06/2005 03:23 PM

Please respond to
"Eclipse Platform SWT component developers list."

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] TableColumn Image sizing






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 to make it so the Image doesn't cause the TableColumn to grow so much?


Robert Johnson
Oreilly Automotive, Inc.
Information Systems - Web Applications Team
417-862-2674 x1878
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top