Thanks for your reply! I admit, I haven't used the Firebug yet - I will give it a try tonight and see what happens. Problem is that I already used the built-in Chrome HTML debugger - but I could not tell where this height (16px) would come from. It seemed like it is somehow generated by GWT, ignoring explicit declaration in my code.
As for falling back to HTML - the whole point of GWT (and similar utilities) is to avoid HTML as much as possible to ensure portability and predictability of resulting webpages. That's why I'm not convinced to this approach... Obviously, I understand that this is just a small part I would have to write in HTML and most likely this would work fine - but my concern is: if I need workaround for something that simple - how often will I have to do it for more complex issues? What I can do (and probably this is what is going to happen for me) is to fall back to not using UIBinder yet and wait for another stable release of GWT. Anyway, I will continue my investigation and if I find any solution, I will post it. In the meantime I will really appreciate any feedback - I'm still learning this technology and most likely it's caused by my mistake... Best regards, Dawid Buchwald On Mon, May 17, 2010 at 5:40 AM, Tom Davies <tgdav...@gmail.com> wrote: > I don't know what's causing your issue -- something like FireBug > should let you see what the size of your element is, and which styles > the sizes are coming from. > > There's nothing wrong with using mostly HTML in UiBinder templates -- > unless unless your widget actually needs a reference to a child > element, I just use HTML. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to google-web-tool...@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com> > . > 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 post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.