Bug 22612 - [Workbench] Separator between menubar and window unnecessary on MacOS X
Summary: [Workbench] Separator between menubar and window unnecessary on MacOS X
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2002-08-21 03:52 EDT by Andre Weinand CLA
Modified: 2002-12-12 13:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Weinand CLA 2002-08-21 03:52:43 EDT
On the MacOS X implementation of SWT the menubar is automatic removed from the 
window and placed at the top of the screen. As a consequence there is now an 
unnecessary separator at the top of a window.
Comment 1 Simon Arsenault CLA 2002-08-23 11:20:45 EDT
We should fix this.
Comment 2 Andre Weinand CLA 2002-11-21 03:52:20 EST
Any plans for when this will be fixed?
Comment 3 Andre Weinand CLA 2002-12-12 11:16:32 EST
The fix would be to *not* create the separator label in ApplicationWindow.configureShell 
on the MacOS X:

if (! "carbon".equals(SWT.getPlatform()))
     new Label(shell, SWT.SEPARATOR | SWT.HORIZONTAL);

It would be nice if this could be fixed for M4.
Comment 4 Nick Edgar CLA 2002-12-12 13:36:40 EST
Thanks Andre, I've released it.