I have a CompositeCell that contains 3 cells that I set in a cell based tree (GXT). The first is an ImageResourceCell, the second is SafeHtmlCell and the third is ImageCell which is optional.
The problem is the combined layout is poor. I want then to be all in a single line centered vertically. However the ImageResourceCell is shifted up relative to the tree selection row center (it actually is even above the top of the row selection). Then if the ImageCell is present, which is much taller than the first two items, the first two items are aligned at the bottom of the image. E.g. xxX where X is the image and is about 5 times taller than xx. How can I make all these items centered vertically? CompositeCell wraps all items in a span...can I overload this to make these aligned vertically? What should I use here? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
