Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 102982 - A large empty area on the top with a perspectivebar on the left
Summary: A large empty area on the top with a perspectivebar on the left
Status: RESOLVED DUPLICATE of bug 102885
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-07 03:15 EDT by Alessandro Mottadelli CLA
Modified: 2005-07-07 08:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Mottadelli CLA 2005-07-07 03:15:15 EDT
We define a new RCP Application using the hello RCP wizard.
We define the method 
ApplicationWorkbenchWindowAdvisor>>preWindowOpen as follows:

configurer.setShowCoolBar(false);
configurer.setShowMenuBar(false);
configurer.setShowPerspectiveBar(true);

PlatformUI.getPreferenceStore().putValue(IWorkbenchPreferenceConstants.DOCK_PERSPECTIVE_BAR,IWorkbenchPreferenceConstants.LEFT);

As result we have a large empty area on the top.
Comment 1 Kim Horne CLA 2005-07-07 08:22:21 EDT

*** This bug has been marked as a duplicate of 102885 ***