-1

I changed an existing project from gxt to gxt-trl. I did everything according to the instruction (changed the html files and resource) But now in all the buttons and menus, the icon goes over the text.

i tried to use

setIconAlign(IconAlign.END);

but it doesn't seems to help

Adi Mor
  • 2,145
  • 5
  • 25
  • 44

2 Answers2

0

it should be :

setIconAlign(IconAlign.RIGHT);
Adi Mor
  • 2,145
  • 5
  • 25
  • 44
0
  1. What browser do you use? Does this page display correctly for you? http://gxt-rtl.appspot.com/index-rtl.html#buttons
  2. Here the FillToolItem is used. Do you see this demo correctly? http://gxt-rtl.appspot.com/index-rtl.html#basictoolbar
  3. Did you enable GWT locale support?
Eugene Popovich
  • 3,343
  • 2
  • 30
  • 33