[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: I want those nice rounded tabs for my views

Duncan Krebs wrote:
Hi, I'm trying to figure out how to make the eclipse-like rounded tabs the default for my RCP app. For example the tab for the Package explorer in the java perspective has that nice rounded edge on it. In my RCP app I have the boring rectangular tab. Can anyone point me to the location where I can configure this for my app or point me to a URL that explains it? thanks!


Create a plugin_customization.ini file in your main plugin's directory and add the following line to it:



org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false

-Aaron