GXT rtl 对齐按钮图标

发布于 2024-12-27 18:25:39 字数 252 浏览 0 评论 0原文

我将现有项目从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

回首观望 2025-01-03 18:25:39
  1. 您使用什么浏览器?此页面对您来说显示正确吗? http://gxt-rtl.appspot.com/index-rtl.html#buttons
  2. 这里使用了FillToolItem。你正确地看到了这个演示吗? http://gxt-rtl.appspot.com/index-rtl.html#basictoolbar
  3. 您启用了 GWT 语言环境支持吗?
  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?
漫雪独思 2025-01-03 18:25:39

它应该是:

setIconAlign(IconAlign.RIGHT);

it should be :

setIconAlign(IconAlign.RIGHT);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文