GXT rtl 对齐按钮图标
我将现有项目从 gxt 更改为 gxt-trl。 我按照说明执行了所有操作(更改了 html 文件和资源) 但现在在所有按钮和菜单中,图标都位于文本之上。
我尝试使用
setIconAlign(IconAlign.END);
但似乎没有帮助
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它应该是:
it should be :