| [news.eclipse.platform.rcp] Re: I want those nice rounded tabs for my views |
Are you including the new .ini file in the build?
-Aaron
Hmm. The ini file didn't seem to do anything. I was able to change the value by adding:
String prop = IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS; PlatformUI.getPreferenceStore().setValue(prop, false);
to the preWindowOpen() method.
Do I have to write code to read the ini, or should it be read automatically?