Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-ui-dev] Toolbar differences between 2.1 and 3.0

Title: Message
I'm was running 2.1 and 3.0 with the xp manifest, and not self-hosted.
 
Bug 52871 was noted to be unfixable, are you sure that's what's causing the second coolbar line to be tall? It doesn't start with a dropdown.
 
-----Original Message-----
From: platform-ui-dev-admin@xxxxxxxxxxx [mailto:platform-ui-dev-admin@xxxxxxxxxxx] On Behalf Of Randy Hudson
Sent: Wednesday, May 05, 2004 4:46 PM
To: platform-ui-dev@xxxxxxxxxxx
Subject: Re: [platform-ui-dev] Toolbar differences between 2.1 and 3.0


This changed by accident.  The Coolbar style was set to SWT.FLAT in 2.1, which had no effect, but in SWT 3.0 it causes most of the changes you are noticing because the style bit is now supported.  If you lock the toolbars, you end up with no visual separators in most of the coolbar.  I think this has not been corrected because the UI team does not like look of the native gradient.  I think the gradient looks fine in Internet Explorer.

The different heights are caused whenever a CoolItem's first child has the DropDown style.

Coolitem heights not consistent:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=52871
Stop using FLAT style:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=60273




"Ed Burnette" <Ed.Burnette@xxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

05/05/2004 02:38 PM
Please respond to platform-ui-dev

       
        To:        <platform-ui-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-ui-dev] Toolbar differences between 2.1 and 3.0




I was comparing 2.1 and 3.0 and  noticed that the shading and spacing on the toolbars have changed between the  two releases. Two screenshots are attached. The 2.1 toolbar was less tall (esp.  the second line) and had a background gradient, horizontal separators, and a  shadow at the bottom. Were these deliberate or accidental changes (i.e., should  make a bugzilla entry)?
 




#### R21top.png has been removed from this note on May 05, 2004 by Randy Hudson
#### R3top.png has been removed from this note on May 05, 2004 by Randy Hudson

Back to the top