0

I am looking how to get rid of background image of scout eclipse button. The default image is corner-rounded grey rectangle.

But I want button just with Label without background (image or color).

Marko

Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97

1 Answers1

1

Here some inputs how you can customize the theme / look and feel:

RAP

You can use the RAP css or an other RAP theme.

See the question: Change style in Scout Eclipse Rap

Swing

Check how you can change the Swing Look and feel. Scout has some convenience functions to do this.

See: How to customize the Rayo Look&Feel?

If you use Rayo (a skinnable Look And Feel based on synth), there is a way to customize the XML.

SWT

I am not sure to know what is possible to customize with this UI renderer.

Community
  • 1
  • 1
Jmini
  • 9,189
  • 2
  • 55
  • 77