Reputation: 509
Eclipse 3.5 (on the Mac, at least) now has a slimmer look to its buttons and scroll bars, whereas previous versions' buttons and scroll bars used the larger, "puffier" look. I would like to adopt this same look in my RCP app, but I can't find in the SWT or JFace APIs anywhere how to force the widgets to use this slimmer look. How is this done?
Upvotes: 0
Views: 262
Reputation: 4260
This is because you're now using native Cocoa versus the previous Carbon implementation. There is no API for it.
Upvotes: 1