Eclipse SDK4:丑陋的透视条边框

时间:2014-03-14 20:57:28

标签: eclipse-plugin eclipse-rcp

我正在将RCP app迁移到Eclipse 4。而且我一直困扰着问题:透视栏有着非常难看的大胆边界,我无法理解为什么,坦白说不知道。

如果我通过IWorkbenchWindowConfigurer.setShowPerspectiveBar(false)禁用透视栏,则没有丑陋的边框。 花了2天的谷歌搜索没有任何结果。

enter image description here

1 个答案:

答案 0 :(得分:3)

相关问题Kepler RCP CoolBar + PerspectiveBar appearance

你将不得不玩CSS。我首先将一个简单的CSS文件添加到RCP应用程序,然后更改eclipse-perspective-keyline-color的颜色。 See an example of a theme here (line 76)

其他可能的解决方案:隐藏整个透视切换器。

configurer.setShowPerspectiveBar(false);