Google map search bar resize in GWT
- by user302347
I have a gwt application that uses the map api for a mapWidget. I added the integrated search for the map with setGoogleBarEnabled(true). It works fine, but the input field is 6px height.
How can I resize it?
Thanks
Balint