curvy tab in eclipse 4 RCP app. Even though i am adding SHOW_TRADITIONAL_STYLE_TABS=false to my plugin_customization.ini file. I aqm not able to find out any changes in the display of the tab.
curvy tab in eclipse 4 RCP app. Even though i am adding SHOW_TRADITIONAL_STYLE_TABS=false to
Share
This should be managed through the E4 CSS engine, and your associated CSS stylesheet for your RCP app should include something in the lines of:
(from the page “Eclipse4 CSS“, so it is for Eclipse4 itself, but could apply to your RCP as well)
If you have a
swt-simple: false;, you should see curvy tabs.