我正在定制现有的RCP应用程序。有没有办法增加酷吧的默认高度。我尝试了下面的代码,但确实有效:
IToolBarManager toolbar = new ToolBarManager(SWT.FLAT | SWT.RIGHT);
ToolBarContributionItem item = new ToolBarContributionItem(toolbar, "main");
item.setCurrentHeight(5);
item.setCurrentWidth(5);
item.update(ICoolBarManager.SIZE);
有没有办法使用CSS?以下是客户想要的截图:
答案 0 :(得分:0)
实现此目的的解决方法是添加更大尺寸的图标。我通过添加64 x 64像素的图标来实现我想要的效果