Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How can one remove the QuickAccess bar in a RCP 4.2.2?
How can one remove the QuickAccess bar in a RCP 4.2.2? [message #1053608] Mon, 06 May 2013 16:27 Go to next message
Eclipse UserFriend
I saw the bugzilla (https://bugs.eclipse.org/bugs/show_bug.cgi?id=362420 )
about this issue that says you can define a css to fix this, but I do not
understand what the following means or how to impl it "#SearchField {
visibility: hidden; }".
Re: How can one remove the QuickAccess bar in a RCP 4.2.2? [message #1059508 is a reply to message #1053608] Mon, 20 May 2013 03:36 Go to previous message
Eclipse UserFriend
Drew,

Implement the "org.eclipse.e4.ui.css.swt.theme" extension point and define

#SearchField { 
visibility: hidden; }


in your stylesheet(CSS)

Regards,

Omer Gillani
Previous Topic:Set resource path
Next Topic:WHich plugins are required in 4.2.2 to display online help
Goto Forum:
  


Current Time: Fri Mar 28 06:27:03 EDT 2025

Powered by FUDForum. Page generated in 0.03792 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top