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


The Platform UI team is trying to find a solution for Coolbars and Toolbars whichs looks as good as possible across all platforms (GTK, MAC, Windows etc...).  We have no dislike for native gradients per se<grin>, this is a matter of finding the general solution (if possible) that works.

The fact that the coolbar got higher or that coolbars with different styles have different heights is in the hands of the SWT team.  

Ed, I think you should log a bug here so that at a minimum SWT can document what you're seeing.

/michael



Randy Hudson <hudsonr@xxxxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx

05/05/2004 04:45 PM

Please respond to
platform-ui-dev

To
platform-ui-dev@xxxxxxxxxxx
cc
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