[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

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?