Looking at CellTreeNodeView.java, I can see this is pretty buried in the implementation.
On Wednesday, December 12, 2012 9:01:48 PM UTC-6, Joel wrote: > > > I'd like to get rid of the indentation at least for the first set of > children, but I still want the arrow icon images for open close (same as > Outlook). The reason is that the root nodes look like dividers (for each > category). > > How can I do that? > > J > > On Monday, January 24, 2011 9:41:56 PM UTC-6, John LaBanca wrote: >> >> Its based on the width of the open/close image icon. You can provide >> your own images by extending CellTree.Resources and passing the resources >> into the constructor. Use narrower images for less padding. For more >> padding, add transparent padding to the left (or right) of the icon image. >> >> Thanks, >> John LaBanca >> [email protected] >> >> >> On Mon, Jan 24, 2011 at 10:29 PM, Torgeir <[email protected]> wrote: >> >>> Am looking for a way to change the tree node indentation of a cell >>> tree, but can't find any method, nor any css resource that seems to >>> specify this, it's always fixed at 16px. Does anyone have a way of >>> specifying this? >>> >>> -- >>> 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. >>> >>> >> -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/782_4Y5TVRcJ. 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.
